/* line 36, tmp/styles/_vars.less */
:root {
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}
/* line 27, tmp/styles/_mixins.less */
.InlineIconPosition {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .InlineIconPosition {
  display: inline-block;
}
/* line 151, tmp/styles/_mixins.less */
.Error {
  color: #e1421d;
}
/* line 165, tmp/styles/_mixins.less */
.font-mono {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-feature-settings: "kern" on, "liga" off, "calt" on;
}
/* line 170, tmp/styles/_mixins.less */
.SafeAreaPadding {
  padding-bottom: env(safe-area-inset-bottom);
  /* iOS 11.2 */
}
/*!
* jQuery Mobile 1.4.3
* Git HEAD hash: b9c6473e3d90af26570e6f14e5a0307897ab385c <> Date: Tue Jul 1 2014 15:37:36 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Some unsets */
.ui-mobile,
.ui-mobile body {
	height: 99.9%;
}
.ui-mobile fieldset,
.ui-page {
	padding: 0;
	margin: 0;
}
.ui-mobile a img,
.ui-mobile fieldset {
	border-width: 0;
}
/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
	min-width: 0;
}
@-moz-document url-prefix() {
	.ui-mobile fieldset {
		display: table-column;
		vertical-align: middle;
	}
}
/* Viewport */
.ui-mobile-viewport {
	margin: 0;
	overflow-x: visible;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
	overflow-x: hidden;
}
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	position: absolute;
	display: none;
	border: 0;
}
/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
	outline: none;
}
.ui-mobile .ui-page-active {
	display: block;
	overflow: visible;
	overflow-x: hidden;
}
@media screen and (orientation: portrait) {
	.ui-mobile .ui-page {
		min-height: 420px;
	}
}
@media screen and (orientation: landscape) {
	.ui-mobile .ui-page {
		min-height: 300px;
	}
}
/* Fouc */
.ui-mobile-rendering > * {
	visibility: hidden;
}
/* Non-js content hiding */
.ui-nojs {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
/* Loading screen */
.ui-loading .ui-loader {
	display: block;
}
.ui-loader {
	display: none;
	z-index: 9999999;
	position: fixed;
	top: 50%;
	left: 50%;
	border:0;
}
.ui-loader-default {
	background: none;
	filter: Alpha(Opacity=18);
	opacity: .18;
	width: 2.875em;
	height: 2.875em;
	margin-left: -1.4375em;
	margin-top: -1.4375em;
}
.ui-loader-verbose {
	width: 12.5em;
	filter: Alpha(Opacity=88);
	opacity: .88;
	box-shadow: 0 1px 1px -1px #fff;
	height: auto;
	margin-left: -6.875em;
	margin-top: -2.6875em;
	padding: .625em;
}
.ui-loader-default h1 {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.ui-loader-verbose h1 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
.ui-loader .ui-icon-loading {
	background-color: #000;
	display: block;
	margin: 0;
	width: 2.75em;
	height: 2.75em;
	padding: .0625em;
	border-radius: 2.25em;
}
.ui-loader-verbose .ui-icon-loading {
	margin: 0 auto .625em;
	filter: Alpha(Opacity=75);
	opacity: .75;
}
.ui-loader-textonly {
	padding: .9375em;
	margin-left: -7.1875em;
}
.ui-loader-textonly .ui-icon-loading {
	display: none;
}
.ui-loader-fakefix {
	position: absolute;
}
/* Headers, content panels */
.ui-bar,
.ui-body {
	position: relative;
	padding: .4em 1em;
	overflow: hidden;
	display: block;
	clear: both;
}
.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: inline-block;
}
.ui-header,
.ui-footer {
	border-width: 1px 0;
	border-style: solid;
	position: relative;
}
.ui-header:empty,
.ui-footer:empty {
	min-height: 2.6875em;
}
.ui-header .ui-title,
.ui-footer .ui-title {
	font-size: 1em;
	min-height: 1.1em;
	text-align: center;
	display: block;
	margin: 0 30%;
	padding: .7em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}
.ui-footer .ui-title {
	margin: 0 1em;
}
.ui-content {
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 1em;
}
/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
/* Buttons and icons */
.ui-btn {
	font-size: 16px;
	margin: .5em 0;
	padding: .7em 1em;
	display: block;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
	padding: 0;
	width: 1.75em;
	height: 1.75em;
	text-indent: -9999px;
	white-space: nowrap !important;
}
.ui-mini {
	font-size: 12.5px;
}
.ui-mini .ui-btn {
	font-size: inherit;
}
/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
	font-size: 12.5px;
	display: inline-block;
	vertical-align: middle;
}
.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
    font-size: 12.5px;
}
/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
	font-size: 12.5px;
}
.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
	font-size: 16px;	
	padding: 0;
}
.ui-btn-inline {
	display: inline-block;
	vertical-align: middle;
	margin-right: .625em;
}
.ui-btn-icon-left {
	padding-left: 2.5em;
}
.ui-btn-icon-right {
	padding-right: 2.5em;
}
.ui-btn-icon-top {
	padding-top: 2.5em;
}
.ui-btn-icon-bottom {
	padding-bottom: 2.5em;
}
.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
	padding-left: .3125em;
	padding-right: .3125em;
}
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
	top: 50%;
	margin-top: -11px;
}
.ui-btn-icon-left:after {
	left: .5625em;
}
.ui-btn-icon-right:after {
	right: .5625em;
}
.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
	left: .37em;
}
.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
	right: .37em;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
	left: 50%;
	margin-left: -11px;
}
.ui-btn-icon-top:after {
	top: .5625em;
}
.ui-btn-icon-bottom:after {
	top: auto;
	bottom: .5625em;
}
/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
	margin: 0;
}
.ui-btn-left,
.ui-btn-right {
	position: absolute;
	top: .24em;
}
.ui-btn-left {
	left: .4em;
}
.ui-btn-right {
	right: .4em;
}
.ui-btn-icon-notext.ui-btn-left {
	top: .3125em;
	left: .3125em;
}
.ui-btn-icon-notext.ui-btn-right {
	top: .3125em;
	right: .3125em;
}
/* Button elements */
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}
button.ui-btn-inline,
.ui-header button.ui-btn,
.ui-footer button.ui-btn {
	width: auto;
}
/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
button.ui-btn::-moz-focus-inner {
	border: 0;
}
button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
	box-sizing: content-box;
	width: 1.75em;
}
/* Form labels */
.ui-mobile label,
.ui-controlgroup-label {
	display: block;
	margin: 0 0 .4em;
}
/* Accessible content hiding */
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
.ui-screen-hidden {
	display: none !important;
}
/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.ui-page-pre-in {
	opacity: 0;
}
.in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 350ms;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 350ms;
	animation-timing-function: ease-out;
	animation-duration: 350ms;
}
.out {
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration: 225ms;
	-moz-animation-timing-function: ease-in;
	-moz-animation-duration: 225ms;
	animation-timing-function: ease-in;
	animation-duration: 225ms;
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
.fade.out {
	opacity: 0;
	-webkit-animation-duration: 125ms;
	-webkit-animation-name: fadeout;
	-moz-animation-duration: 125ms;
	-moz-animation-name: fadeout;
	animation-duration: 125ms;
	animation-name: fadeout;
}
.fade.in {
	opacity: 1;
	-webkit-animation-duration: 225ms;
	-webkit-animation-name: fadein;
	-moz-animation-duration: 225ms;
	-moz-animation-name: fadein;
	animation-duration: 225ms;
	animation-name: fadein;
}
.pop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.pop.in {
	-webkit-transform: scale(1);
	-webkit-animation-name: popin;
	-webkit-animation-duration: 350ms;
	-moz-transform: scale(1);
	-moz-animation-name: popin;
	-moz-animation-duration: 350ms;
	transform: scale(1);
	animation-name: popin;
	animation-duration: 350ms;
    opacity: 1;
}
.pop.out {
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 100ms;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 100ms;
	animation-name: fadeout;
	animation-duration: 100ms;
	opacity: 0;
}
.pop.in.reverse {
	-webkit-animation-name: fadein;
	animation-name: fadein;
}
.pop.out.reverse {
	-webkit-transform: scale(.8);
	-webkit-animation-name: popout;
	-moz-transform: scale(.8);
	-moz-animation-name: popout;
	transform: scale(.8);
	animation-name: popout;
}
@-webkit-keyframes popin {
    from {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@keyframes popin {
    from {
        -webkit-transform: scale(.8);
                transform: scale(.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@keyframes popout {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(.8);
                transform: scale(.8);
        opacity: 0;
    }
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
    from { -webkit-transform: translate3d(100%,0,0); }
    to { -webkit-transform: translate3d(0,0,0); }
}
@keyframes slideinfromright {
    from { -webkit-transform: translateX(100%); transform: translateX(100%); }
    to { -webkit-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes slideinfromleft {
    from { -webkit-transform: translate3d(-100%,0,0); }
    to { -webkit-transform: translate3d(0,0,0); }
}
@keyframes slideinfromleft {
    from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
    to { -webkit-transform: translateX(0); transform: translateX(0); }
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
    from { -webkit-transform: translate3d(0,0,0); }
    to { -webkit-transform: translate3d(-100%,0,0); }
}
@keyframes slideouttoleft {
    from { -webkit-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
@-webkit-keyframes slideouttoright {
    from { -webkit-transform: translate3d(0,0,0); }
    to { -webkit-transform: translate3d(100%,0,0); }
}
@keyframes slideouttoright {
    from { -webkit-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
.slide.out, .slide.in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 350ms;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 350ms;
	animation-timing-function: ease-out;
	animation-duration: 350ms;
}
.slide.out {
	-webkit-transform: translate3d(-100%,0,0);
	-webkit-animation-name: slideouttoleft;
	-moz-transform: translateX(-100%);
	-moz-animation-name: slideouttoleft;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	animation-name: slideouttoleft;
}
.slide.in {
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation-name: slideinfromright;
	-moz-transform: translateX(0);
	-moz-animation-name: slideinfromright;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	animation-name: slideinfromright;
}
.slide.out.reverse {
	-webkit-transform: translate3d(100%,0,0);
	-webkit-animation-name: slideouttoright;
	-moz-transform: translateX(100%);
	-moz-animation-name: slideouttoright;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	animation-name: slideouttoright;
}
.slide.in.reverse {
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation-name: slideinfromleft;
	-moz-transform: translateX(0);
	-moz-animation-name: slideinfromleft;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	animation-name: slideinfromleft;
}
.slidefade.out {
	-webkit-transform: translateX(-100%);
	-webkit-animation-name: slideouttoleft;
	-webkit-animation-duration: 225ms;
	-moz-transform: translateX(-100%);
	-moz-animation-name: slideouttoleft;
	-moz-animation-duration: 225ms;
	transform: translateX(-100%);
	animation-name: slideouttoleft;
	animation-duration: 225ms;
}
.slidefade.in {
	-webkit-transform: translateX(0);
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateX(0);
	-moz-animation-name: fadein;
	-moz-animation-duration: 200ms;
	transform: translateX(0);
	animation-name: fadein;
	animation-duration: 200ms;
}
.slidefade.out.reverse {
	-webkit-transform: translateX(100%);
	-webkit-animation-name: slideouttoright;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateX(100%);
	-moz-animation-name: slideouttoright;
	-moz-animation-duration: 200ms;
	transform: translateX(100%);
	animation-name: slideouttoright;
	animation-duration: 200ms;
}
.slidefade.in.reverse {
	-webkit-transform: translateX(0);
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateX(0);
	-moz-animation-name: fadein;
	-moz-animation-duration: 200ms;
	transform: translateX(0);
	animation-name: fadein;
	animation-duration: 200ms;
}
/* slide down */
.slidedown.out {
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 100ms;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 100ms;
	animation-name: fadeout;
	animation-duration: 100ms;
}
.slidedown.in {
	-webkit-transform: translateY(0);
	-webkit-animation-name: slideinfromtop;
	-webkit-animation-duration: 250ms;
	-moz-transform: translateY(0);
	-moz-animation-name: slideinfromtop;
	-moz-animation-duration: 250ms;
	transform: translateY(0);
	animation-name: slideinfromtop;
	animation-duration: 250ms;
}
.slidedown.in.reverse {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 150ms;
	-moz-animation-name: fadein;
	-moz-animation-duration: 150ms;
	animation-name: fadein;
	animation-duration: 150ms;
}
.slidedown.out.reverse {
	-webkit-transform: translateY(-100%);
	-webkit-animation-name: slideouttotop;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateY(-100%);
	-moz-animation-name: slideouttotop;
	-moz-animation-duration: 200ms;
	transform: translateY(-100%);
	animation-name: slideouttotop;
	animation-duration: 200ms;
}
@-webkit-keyframes slideinfromtop {
    from { -webkit-transform: translateY(-100%); }
    to { -webkit-transform: translateY(0); }
}
@keyframes slideinfromtop {
    from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes slideouttotop {
    from { -webkit-transform: translateY(0); }
    to { -webkit-transform: translateY(-100%); }
}
@keyframes slideouttotop {
    from { -webkit-transform: translateY(0); transform: translateY(0); }
    to { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}
/* slide up */
.slideup.out {
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 100ms;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 100ms;
	animation-name: fadeout;
	animation-duration: 100ms;
}
.slideup.in {
	-webkit-transform: translateY(0);
	-webkit-animation-name: slideinfrombottom;
	-webkit-animation-duration: 250ms;
	-moz-transform: translateY(0);
	-moz-animation-name: slideinfrombottom;
	-moz-animation-duration: 250ms;
	transform: translateY(0);
	animation-name: slideinfrombottom;
	animation-duration: 250ms;
}
.slideup.in.reverse {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 150ms;
	-moz-animation-name: fadein;
	-moz-animation-duration: 150ms;
	animation-name: fadein;
	animation-duration: 150ms;
}
.slideup.out.reverse {
	-webkit-transform: translateY(100%);
	-webkit-animation-name: slideouttobottom;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateY(100%);
	-moz-animation-name: slideouttobottom;
	-moz-animation-duration: 200ms;
	transform: translateY(100%);
	animation-name: slideouttobottom;
	animation-duration: 200ms;
}
@-webkit-keyframes slideinfrombottom {
    from { -webkit-transform: translateY(100%); }
    to { -webkit-transform: translateY(0); }
}
@keyframes slideinfrombottom {
    from { -webkit-transform: translateY(100%); transform: translateY(100%); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes slideouttobottom {
    from { -webkit-transform: translateY(0); }
    to { -webkit-transform: translateY(100%); }
}
@keyframes slideouttobottom {
    from { -webkit-transform: translateY(0); transform: translateY(0); }
    to { -webkit-transform: translateY(100%); transform: translateY(100%); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */
.viewport-flip {
	-webkit-perspective: 1000;
	perspective: 1000;
	position: absolute;
}
.flip {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	-moz-backface-visibility: hidden;
	-moz-transform: translateX(0);
	backface-visibility: hidden;
	transform: translateX(0);
}
.flip.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 175ms;
	-moz-transform: rotateY(-90deg) scale(.9);
	-moz-animation-name: flipouttoleft;
	-moz-animation-duration: 175ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 175ms;
}
.flip.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 225ms;
	-moz-animation-name: flipintoright;
	-moz-animation-duration: 225ms;
	animation-name: flipintoright;
	animation-duration: 225ms;
}
.flip.out.reverse {
	-webkit-transform: rotateY(90deg) scale(.9);
	-webkit-animation-name: flipouttoright;
	-moz-transform: rotateY(90deg) scale(.9);
	-moz-animation-name: flipouttoright;
	transform: rotateY(90deg) scale(.9);
	animation-name: flipouttoright;
}
.flip.in.reverse {
	-webkit-animation-name: flipintoleft;
	animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
    from { -webkit-transform: rotateY(0) ; }
    to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
    from { -webkit-transform: rotateY(0); transform: rotateY(0); }
    to { -webkit-transform: rotateY(90deg) scale(.9); transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); transform: rotateY(0); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */
.viewport-turn {
	-webkit-perspective: 200px;
	-ms-perspective: 200px;
	perspective: 200px;
	position: absolute;
}
.turn {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	-webkit-transform-origin: 0;
	
	-moz-backface-visibility: hidden;
	-moz-transform: translateX(0);
	-moz-transform-origin: 0;
	
	backface-visibility :hidden;
	transform: translateX(0);
	transform-origin: 0;
}
.turn.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 125ms;
	-moz-transform: rotateY(-90deg) scale(.9);
	-moz-animation-name: flipouttoleft;
	-moz-animation-duration: 125ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 125ms;
}
.turn.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 250ms;
	-moz-animation-name: flipintoright;
	-moz-animation-duration: 250ms;
	animation-name: flipintoright;
	animation-duration: 250ms;
	
}
.turn.out.reverse {
	-webkit-transform: rotateY(90deg) scale(.9);
	-webkit-animation-name: flipouttoright;
	-moz-transform: rotateY(90deg) scale(.9);
	-moz-animation-name: flipouttoright;
	transform: rotateY(90deg) scale(.9);
	animation-name: flipouttoright;
}
.turn.in.reverse {
	-webkit-animation-name: flipintoleft;
	animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
    from { -webkit-transform: rotateY(0) ; }
    to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
    from { -webkit-transform: rotateY(0); transform: rotateY(0); }
    to { -webkit-transform: rotateY(90deg) scale(.9); transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); transform: rotateY(0); }
}
/* flow transition */
.flow {
	-webkit-transform-origin: 50% 30%;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	-moz-transform-origin: 50% 30%;	
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
	transform-origin: 50% 30%;	
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.ui-dialog.flow {
	-webkit-transform-origin: none;
	-webkit-box-shadow: none;
	-moz-transform-origin: none;	
	-moz-box-shadow: none;
	transform-origin: none;	
	box-shadow: none;
}
.flow.out {
	-webkit-transform: translateX(-100%) scale(.7);
	-webkit-animation-name: flowouttoleft;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 350ms;
	-moz-transform: translateX(-100%) scale(.7);
	-moz-animation-name: flowouttoleft;
	-moz-animation-timing-function: ease;
	-moz-animation-duration: 350ms;
	transform: translateX(-100%) scale(.7);
	animation-name: flowouttoleft;
	animation-timing-function: ease;
	animation-duration: 350ms;
}
.flow.in {
	-webkit-transform: translateX(0) scale(1);
	-webkit-animation-name: flowinfromright;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 350ms;
	-moz-transform: translateX(0) scale(1);
	-moz-animation-name: flowinfromright;
	-moz-animation-timing-function: ease;
	-moz-animation-duration: 350ms;
	transform: translateX(0) scale(1);
	animation-name: flowinfromright;
	animation-timing-function: ease;
	animation-duration: 350ms;
}
.flow.out.reverse {
	-webkit-transform: translateX(100%);
	-webkit-animation-name: flowouttoright;
	-moz-transform: translateX(100%);
	-moz-animation-name: flowouttoright;
	transform: translateX(100%);
	animation-name: flowouttoright;
}
.flow.in.reverse {
	-webkit-animation-name: flowinfromleft;
	animation-name: flowinfromleft;
}
@-webkit-keyframes flowouttoleft {
    0% { -webkit-transform: translateX(0) scale(1); }
	60%, 70% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(-100%) scale(.7); }
}
@keyframes flowouttoleft {
    0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
	60%, 70% { -webkit-transform: translateX(0) scale(.7); transform: translateX(0) scale(.7); }
    100% { -webkit-transform:  translateX(-100%) scale(.7); transform:  translateX(-100%) scale(.7); }
}
@-webkit-keyframes flowouttoright {
    0% { -webkit-transform: translateX(0) scale(1); }
	60%, 70% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform:  translateX(100%) scale(.7); }
}
@keyframes flowouttoright {
    0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
	60%, 70% { -webkit-transform: translateX(0) scale(.7); transform: translateX(0) scale(.7); }
    100% { -webkit-transform:  translateX(100%) scale(.7); transform:  translateX(100%) scale(.7); }
}
@-webkit-keyframes flowinfromleft {
    0% { -webkit-transform: translateX(-100%) scale(.7); }
	30%, 40% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(0) scale(1); }
}
@keyframes flowinfromleft {
    0% { -webkit-transform: translateX(-100%) scale(.7); transform: translateX(-100%) scale(.7); }
	30%, 40% { -webkit-transform: translateX(0) scale(.7); transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}
@-webkit-keyframes flowinfromright {
    0% { -webkit-transform: translateX(100%) scale(.7); }
	30%, 40% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(0) scale(1); }
}
@keyframes flowinfromright {
    0% { -webkit-transform: translateX(100%) scale(.7); transform: translateX(100%) scale(.7); }
	30%, 40% { -webkit-transform: translateX(0) scale(.7); transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}
.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
	display: block;
	position: relative;
	overflow: visible;
	clear: both;
	padding: .8em 0;
}
.ui-field-contain > label ~ [class*="ui-"],
.ui-field-contain .ui-controlgroup-controls {
	margin: 0;
}
.ui-field-contain:last-child {
	border-bottom-width: 0;
}
@media (min-width: 28em) {
	.ui-field-contain,
	.ui-mobile fieldset.ui-field-contain {
		padding: 0;
		margin: 1em 0;
		border-bottom-width: 0;
	}
	.ui-field-contain:before,
	.ui-field-contain:after {
		content: "";
		display: table;
	}
	.ui-field-contain:after {
		clear: both;
	}
	.ui-field-contain > label,
	.ui-field-contain .ui-controlgroup-label,
	.ui-field-contain > .ui-rangeslider > label {
		float: left;
		width: 20%;
		margin: .5em 2% 0 0;
	}
	.ui-popup .ui-field-contain > label,
	.ui-popup .ui-field-contain .ui-controlgroup-label,
	.ui-popup .ui-field-contain > .ui-rangeslider > label {
		float: none;
		width: auto;
		margin: 0 0 .4em;
	}
	.ui-field-contain > label ~ [class*="ui-"],
	.ui-field-contain .ui-controlgroup-controls {
		float: left;
		width: 78%;
		box-sizing: border-box;
	}
	/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
	.ui-hide-label > label ~ [class*="ui-"],
	.ui-hide-label .ui-controlgroup-controls,
	.ui-popup .ui-field-contain > label ~ [class*="ui-"],
	.ui-popup .ui-field-contain .ui-controlgroup-controls {
		float: none;
		width: 100%;
	}
	.ui-field-contain > label ~ .ui-btn-inline {
		width: auto;
		margin-right: .625em;
	}
}
/* content configurations. */
.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d,
.ui-grid-solo {
	overflow: hidden;
}
.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	min-height: 1px;
	box-sizing: border-box;
}
/* force new row */
.ui-block-a {
	clear: left;
}
ul.ui-grid-a,
ul.ui-grid-b,
ul.ui-grid-c,
ul.ui-grid-d,
ul.ui-grid-solo,
li.ui-block-a,
li.ui-block-b,
li.ui-block-c,
li.ui-block-d,
li.ui-block-e {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}
/* No margin in grids for 100% width button elements until we can use max-width: fill-available; */
[class*="ui-block-"] > button.ui-btn {
	margin-right: 0;
	margin-left: 0;
}
[class*="ui-block-"] > .ui-btn,
[class*="ui-block-"] > .ui-select,
[class*="ui-block-"] > .ui-checkbox,
[class*="ui-block-"] > .ui-radio,
[class*="ui-block-"] > button.ui-btn-inline,
[class*="ui-block-"] > button.ui-btn-icon-notext,
.ui-header [class*="ui-block-"] > button.ui-btn,
.ui-footer [class*="ui-block-"] > button.ui-btn {
	margin-right: .3125em;
	margin-left: .3125em;
}
.ui-grid-a > .ui-block-a,
.ui-grid-a > .ui-block-b {
	/* width: 49.95%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 50%;
}
.ui-grid-b > .ui-block-a,
.ui-grid-b > .ui-block-b,
.ui-grid-b > .ui-block-c {
	/* width: 33.25%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 33.333%;
}
.ui-grid-c > .ui-block-a,
.ui-grid-c > .ui-block-b,
.ui-grid-c > .ui-block-c,
.ui-grid-c > .ui-block-d {
	/* width: 24.925%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 25%;
}
.ui-grid-d > .ui-block-a,
.ui-grid-d > .ui-block-b,
.ui-grid-d > .ui-block-c,
.ui-grid-d > .ui-block-d,
.ui-grid-d > .ui-block-e {
	/* width: 19.925%; IE7 */
	width: 20%;
}
.ui-grid-solo > .ui-block-a {
	width: 100%;
	float: none; 
}
/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
	.ui-responsive > .ui-block-a,
	.ui-responsive > .ui-block-b,
	.ui-responsive > .ui-block-c,
	.ui-responsive > .ui-block-d,
	.ui-responsive > .ui-block-e {
		width: 100%; 
		float: none; 
	}
}
/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.ui-header-fixed {
	top: -1px;
	padding-top: 1px;
}
.ui-header-fixed.ui-fixed-hidden {
	top: 0;
	padding-top: 0;
}
.ui-header-fixed .ui-btn-left,
.ui-header-fixed .ui-btn-right {
	margin-top: 1px;
}
.ui-header-fixed.ui-fixed-hidden .ui-btn-left,
.ui-header-fixed.ui-fixed-hidden .ui-btn-right {
	margin-top: 0;
}
.ui-footer-fixed {
	bottom: -1px;
	padding-bottom: 1px;
}
.ui-footer-fixed.ui-fixed-hidden {
	bottom: 0;
	padding-bottom: 0;
}
.ui-header-fullscreen,
.ui-footer-fullscreen {
	filter: Alpha(Opacity=90);
	opacity: .9;
}
/* updatePagePadding() will update the padding to actual height of header and footer. */
.ui-page-header-fixed {
	padding-top: 2.8125em;
}
.ui-page-footer-fixed {
	padding-bottom: 2.8125em;
}
.ui-page-header-fullscreen > .ui-content,
.ui-page-footer-fullscreen > .ui-content {
	padding: 0;
}
.ui-fixed-hidden {
	position: absolute;
}
/* Tap toggle: hide external fixed footer. See issue #6604 */
.ui-footer-fixed.ui-fixed-hidden {
  display: none;
}
.ui-page .ui-footer-fixed.ui-fixed-hidden {
  display: block
}
.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn { 
	z-index: 10;
}
/* workarounds for other widgets */
.ui-android-2x-fixed .ui-li-has-thumb {
	-webkit-transform: translate3d(0,0,0);
}
.ui-navbar {
	max-width: 100%;
}
.ui-navbar ul:before,
.ui-navbar ul:after {
	content: "";
	display: table;
}
.ui-navbar ul:after {
	clear: both;
}
.ui-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	border: 0;
	max-width: 100%;
	overflow: visible;
}
.ui-navbar li .ui-btn {
	font-size: 12.5px;
	display: block;
	margin: 0;
	border-right-width: 0;
}
.ui-navbar .ui-btn:focus {
	z-index: 1;
}
/* fixes gaps caused by subpixel problem */
.ui-navbar li:last-child .ui-btn {
	margin-right: -4px;
}
.ui-navbar li:last-child .ui-btn:after {
	margin-right: 4px;
}
.ui-content .ui-navbar li:last-child .ui-btn,
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
	border-right-width: 1px;
	margin-right: 0;
}
.ui-content .ui-navbar li:last-child .ui-btn:after,
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn:after {
	margin-right: 0;
}
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn {
	border-right-width: 1px;
	margin-right: -1px;
}
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn:after {
	margin-right: 1px;
}
.ui-navbar .ui-grid-duo .ui-btn {
	border-top-width: 0;
}
.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
	border-top-width: 1px;
}
.ui-header .ui-navbar .ui-btn,
.ui-footer .ui-navbar .ui-btn {
	border-top-width: 0;
	border-bottom-width: 0;
}
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
	border-top-width: 0;
}
.ui-header .ui-title ~ .ui-navbar .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-btn,
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
	border-top-width: 1px;
}
/* Hide the native input element */
.ui-input-btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: inherit;	
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background: #fff;
	background: rgba(255,255,255,0);
	filter: Alpha(Opacity=0);
	opacity: .1;
	font-size: 1px;
	text-indent: -9999px;
	z-index: 2;
}
/* Fixes IE/WP filter alpha opacity bugs */
.ui-input-btn.ui-state-disabled input {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-collapsible {
	margin: 0 -1em;
}
.ui-collapsible-inset,
.ui-collapsible-set {
	margin: .5em 0;
}
.ui-collapsible-heading {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.ui-collapsible-heading .ui-btn {
	text-align: left;
	margin: 0;
	border-left-width: 0;
	border-right-width: 0;
}
.ui-collapsible-heading .ui-btn-icon-top,
.ui-collapsible-heading .ui-btn-icon-bottom {
	text-align: center;
}
.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
	border-right-width: 1px;
	border-left-width: 1px;
}
.ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) > .ui-collapsible-heading .ui-btn {
	border-top-width: 0;
}
.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
	border-top-width: 1px;
}
.ui-collapsible-heading-status {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-collapsible-content {
	display: block;
	margin: 0;	
	padding: .5em 1em;
}
.ui-collapsible-themed-content .ui-collapsible-content {
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
}
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
	border-left-width: 1px;
	border-right-width: 1px;
}
.ui-collapsible-inset .ui-collapsible-content {
	margin: 0;
}
.ui-collapsible-content-collapsed {
	display: none;
}
.ui-collapsible-set > .ui-collapsible.ui-corner-all {
	border-radius: 0;
}
.ui-collapsible-heading,
.ui-collapsible-heading > .ui-btn {	
	border-radius: inherit;	
}
.ui-collapsible-set .ui-collapsible.ui-first-child {	
	border-top-right-radius: inherit;	
	border-top-left-radius: inherit;		
}
.ui-collapsible-content,
.ui-collapsible-set .ui-collapsible.ui-last-child {	
	border-bottom-right-radius: inherit;	
	border-bottom-left-radius: inherit;		
}
.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {	
	border-bottom-right-radius: 0;	
	border-bottom-left-radius: 0;		
}
.ui-collapsible-set .ui-collapsible {
	margin: -1px -1em 0;
}
.ui-collapsible-set .ui-collapsible-inset {
	margin: -1px 0 0;
}
.ui-collapsible-set .ui-collapsible.ui-first-child {
	margin-top: 0;
}
.ui-controlgroup,
fieldset.ui-controlgroup {
	padding: 0;
	margin: .5em 0;
}
.ui-field-contain .ui-controlgroup,
.ui-field-contain fieldset.ui-controlgroup {
	margin: 0;
}
.ui-mini .ui-controlgroup-label {
	font-size: 16px;
}
.ui-controlgroup.ui-mini .ui-btn-icon-notext,
.ui-controlgroup .ui-mini.ui-btn-icon-notext {
	font-size: inherit;
}
.ui-controlgroup-controls .ui-btn,
.ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-controls .ui-radio,
.ui-controlgroup-controls .ui-select {
	margin: 0;
}
.ui-controlgroup-controls .ui-btn:focus,
.ui-controlgroup-controls .ui-btn.ui-focus {
	z-index: 1;
}
.ui-controlgroup-controls li {
	list-style: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls {
	display: inline-block;
	vertical-align: middle;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls:before,
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
	content: "";
	display: table;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls:after {
	clear: both;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls > .ui-btn,
.ui-controlgroup-horizontal .ui-controlgroup-controls li > .ui-btn,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select {
	float: left;
	clear: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn,
.ui-controlgroup-controls .ui-btn-icon-notext {
	width: auto;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn-icon-notext {
	width: 1.5em;
}
 .ui-controlgroup-controls .ui-btn-icon-notext {
	height: auto;
	padding: .7em 1em;
}
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn {
	border-bottom-width: 0;
}
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn.ui-last-child {
	border-bottom-width: 1px;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn {
	border-right-width: 0;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn.ui-last-child {
	border-right-width: 1px;
}
.ui-controlgroup-controls .ui-btn-corner-all,
.ui-controlgroup-controls .ui-btn.ui-corner-all {
	border-radius: 0;
}
.ui-controlgroup-controls,
.ui-controlgroup-controls .ui-radio,
.ui-controlgroup-controls .ui-checkbox,
.ui-controlgroup-controls .ui-select,
.ui-controlgroup-controls li {
	border-radius: inherit;
}
.ui-controlgroup-vertical .ui-btn.ui-first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.ui-controlgroup-vertical .ui-btn.ui-last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.ui-controlgroup-horizontal .ui-btn.ui-first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}
.ui-controlgroup-horizontal .ui-btn.ui-last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}
.ui-controlgroup-controls a.ui-shadow:not(:focus),
.ui-controlgroup-controls button.ui-shadow:not(:focus),
.ui-controlgroup-controls div.ui-shadow:not(.ui-focus) {
	box-shadow: none;
}
/* Fixes legend not wrapping on IE10 */
.ui-controlgroup-label legend {
	max-width: 100%;
}
.ui-controlgroup-controls > label {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-dialog {
	 background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
}
.ui-dialog-contain {
	width: 92.5%;
	max-width: 500px;
	margin: 10% auto 1em auto;
	padding: 0;
	position: relative;
	top: -1em;
}
.ui-dialog-contain > .ui-header, 
.ui-dialog-contain > .ui-content, 
.ui-dialog-contain > .ui-footer { 
	display: block;
	position: relative; 
	width: auto;
	margin: 0;
}
.ui-dialog-contain > .ui-header {
	overflow: hidden;
	z-index: 10; 
	padding: 0;
	border-top-width: 0;
}
.ui-dialog-contain > .ui-footer {
	z-index: 10; 
	padding: 0 1em; 
	border-bottom-width: 0;
}
.ui-popup-open .ui-header-fixed,
.ui-popup-open .ui-footer-fixed {
	position: absolute !important; /* See issues #4816, #4844 and #4874 and popup.js */
}
.ui-popup-screen {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
	top: 0;
	left: 0;
	right: 0;
	bottom: 1px;
	position: absolute;
	filter: Alpha(Opacity=0);
	opacity: 0;
	z-index: 1099;
}
.ui-popup-screen.in {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.ui-popup-screen.out {
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-popup-container {
	z-index: 1100;
	display: inline-block;
	position: absolute;
	padding: 0;
	outline: 0;
}
.ui-popup {
	position: relative;
}
.ui-popup.ui-body-inherit {
	border-width: 1px;
	border-style: solid;
}
.ui-popup-hidden {
	left: 0;
	top: 0;
	position: absolute !important;
	visibility: hidden;
}
.ui-popup-truncate {
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-popup.ui-content,
.ui-popup .ui-content {
	overflow: visible;
}
.ui-popup > .ui-header {
	border-top-width: 0;
}
.ui-popup > .ui-footer {
	border-bottom-width: 0;
}
.ui-popup > p,
.ui-popup > h1,
.ui-popup > h2,
.ui-popup > h3,
.ui-popup > h4,
.ui-popup > h5,
.ui-popup > h6 {
	margin: .5em .4375em;
}
.ui-popup > span {
	display: block;
	margin: .5em .4375em;
}
.ui-popup-container .ui-content > p,
.ui-popup-container .ui-content > h1,
.ui-popup-container .ui-content > h2,
.ui-popup-container .ui-content > h3,
.ui-popup-container .ui-content > h4,
.ui-popup-container .ui-content > h5,
.ui-popup-container .ui-content > h6 {
	margin: .5em 0;
}
.ui-popup-container .ui-content > span {
	margin: 0;
}
.ui-popup-container .ui-content > p:first-child,
.ui-popup-container .ui-content > h1:first-child,
.ui-popup-container .ui-content > h2:first-child,
.ui-popup-container .ui-content > h3:first-child,
.ui-popup-container .ui-content > h4:first-child,
.ui-popup-container .ui-content > h5:first-child,
.ui-popup-container .ui-content > h6:first-child {
	margin-top: 0;
}
.ui-popup-container .ui-content > p:last-child,
.ui-popup-container .ui-content > h1:last-child,
.ui-popup-container .ui-content > h2:last-child,
.ui-popup-container .ui-content > h3:last-child,
.ui-popup-container .ui-content > h4:last-child,
.ui-popup-container .ui-content > h5:last-child,
.ui-popup-container .ui-content > h6:last-child {
	margin-bottom: 0;
}
.ui-popup > img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.ui-popup:not(.ui-content) > img:only-child,
.ui-popup:not(.ui-content) > .ui-btn-left:first-child + img:last-child,
.ui-popup:not(.ui-content) > .ui-btn-right:first-child + img:last-child {
	border-radius: inherit;
}
.ui-popup iframe {
	vertical-align: middle;
}
.ui-popup > .ui-btn-left,
.ui-popup > .ui-btn-right {
	position: absolute; 
	top: -11px;
	margin: 0;
	z-index: 1101;
}
.ui-popup > .ui-btn-left {
	left: -11px;
}
.ui-popup > .ui-btn-right {
	right: -11px;
}
/* Dimensions related to the popup arrow
-----------------------------------------------------------------------------------------------------------*/
/* desired triangle height: 10px */
/**
 * guide for the arrow - its width, height, and offset are theme-dependent and
 * should be expessed as left, right, top, bottom, so that the element bearing
 * such a class becomes stretched inside its parent position: relative element.
 * The left/top/right/bottom specified below should reflect the corresponding
 * border radii and so it leaves room for the shadow:
 *     ..--------------------..
 *   ."        ^ top           ".
 *  /          v                 \
 * |     +------------------+     |
 * |     |                  |     |
 * | left|                  |right|
 * |<--->|                  |<--->|
 * |     +------------------+     |
 *  \          ^                 /
 *   `.        v bottom        .'
 *     ""--------------------""
 * The idea is that the top/left of the arrow container box does not move to a
 * coordinate smaller than the top/left of the guide and the right/bottom of
 * the arrow container box does not move to a coordinate larger than the
 * bottom/right of the guide. This will help us avoid the following situation:
 *        ..--------------------..
 *      ."        ^ top           ".
 *   /|/          v                 \
 *  / |     +------------------+     |
 *  \ |     |                  |     |
 *   \| left|                  |right|
 *    |<--->|                  |<--->|
 *    |     +------------------+     |
 *     \          ^                 /
 *      `.        v bottom        .'
 *        ""--------------------""
 * The arrow should not receive a top/left coordinate such that it is too close
 * to one of the corners, because then at first the shadow of the arrow and,
 * given a coordinate even closer to the corner, even the body of the arrow will
 * "stick out" of the corner of the popup. The guide provides a hint to the
 * arrow positioning code as to which range of values is acceptable for the
 * arrow container's top/left coordinate.
 **/
.ui-popup-arrow-container {
	width: 20px;
	height: 20px;
}
/* aside from the "infinities" (-1000,2000), triangle height is used */
.ui-popup-arrow-container.ui-popup-arrow-l {
	left: -10px;
	clip: rect(-1000px,10px,2000px,-1000px);
}
.ui-popup-arrow-container.ui-popup-arrow-t {
	top: -10px;
	clip: rect(-1000px,2000px,10px,-1000px);
}
.ui-popup-arrow-container.ui-popup-arrow-r {
	right: -10px;
	clip: rect(-1000px,2000px,2000px,10px);
}
.ui-popup-arrow-container.ui-popup-arrow-b {
	bottom: -10px;
	clip: rect(10px,2000px,1000px,-1000px);
}
/**
 * For each side, the arrow is twice the desired size and its corner is aligned
 * with the edge of the container:
 *                                           
 *           /\         /\                +----+       /\
 *          /  \       /  \               | /\ |top   /  \
 *      +----+  \     /  +----+       +-->|/  \|     /    \
 *  left| /  |   \   /   |  \ |right  |   |    |    /      \
 *      |/   |    \ /    |   \|       |  /|    |\  /        \
 *      |\   |    / \    |   /|       | / +----+ \ \ +----+ /
 *      | \  |   /   \   |  / |       | \        /  \|    |/
 *      +----+  /     \  +----+       |  \      /    |    |
 *       ^  \  /       \  /  ^        |   \    /  +->|\  /|
 *       |   \/         \/   |        |    \  /   |  | \/ |bottom
 *       |                   |        |     \/    |  +----+
 *       +-------------------+--------+-----------+
 *                           |
 *                    arrow container
 *                     (clips arrow)
 **/
.ui-popup-arrow-container .ui-popup-arrow {
	/* (4*desired triangle height)/sqrt(2) - does not account for border - centred within the outer rectangle */
	width: 28.284271247px;
	height: 28.284271247px;
	border-width: 1px;
	border-style: solid;
}
.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow {
	left: -4.142135623px;
	top: 5.857864376px;
}
.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow {
	left: -4.142135623px;
	top: -14.142135623px;
}
.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow {
	left: 5.857864376px;
	top: -4.142135623px;
}
.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow {
	left: -14.142135623px;
	top: -4.142135623px;
}
/* Fix rotation center for oldIE - see http://www.useragentman.com/IETransformsTranslator/ */
.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow {
    margin-left: -5.857864376269049px;
    margin-top: -7.0710678118654755px;
}
.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow {
    margin-left: -5.857864376269049px;
    margin-top: -4.142135623730951px;
}
 
.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow {
    margin-left: -7.0710678118654755px;
    margin-top: -5.857864376269049px;
}
.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow {
    margin-left: -4.142135623730951px;
    margin-top: -5.857864376269049px;
}
/* structure */
.ui-popup > .ui-popup-arrow-guide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
}
.ui-popup-arrow-container {
	position: absolute;
}
.ui-popup-arrow {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}
.ui-popup-arrow-container.ie .ui-popup-arrow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(
	      	M11=0.7071067811865474,
        	M12=-0.7071067811865477,
        	M21=0.7071067811865477,
        	M22=0.7071067811865474,
        	SizingMethod='auto expand');
}
.ui-checkbox,
.ui-radio {
	margin: .5em 0;
	position: relative;
}
.ui-checkbox .ui-btn,
.ui-radio .ui-btn {
	margin: 0;
	text-align: left;
	white-space: normal; /* Nowrap + ellipsis doesn't work on label. Issue #1419. */
	z-index: 2;
}
.ui-controlgroup .ui-checkbox .ui-btn.ui-focus,
.ui-controlgroup .ui-radio .ui-btn.ui-focus {
	z-index: 3;
}
.ui-checkbox .ui-btn-icon-top,
.ui-radio .ui-btn-icon-top,
.ui-checkbox .ui-btn-icon-bottom,
.ui-radio .ui-btn-icon-bottom {
	text-align: center;
}
.ui-controlgroup-horizontal .ui-checkbox .ui-btn:after,
.ui-controlgroup-horizontal .ui-radio .ui-btn:after {
	content: none;
	display: none;
}
/* Native input positioning */
.ui-checkbox input,
.ui-radio input {
	position: absolute;
	left: .466em;
	top: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 0;
	outline: 0 !important;
	z-index: 1;
}
.ui-controlgroup-horizontal .ui-checkbox input,
.ui-controlgroup-horizontal .ui-radio input {
	left: 50%;
	margin-left: -9px;
}
.ui-checkbox input:disabled,
.ui-radio input:disabled {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-select {
	margin-top: .5em;
	margin-bottom: .5em; /* no shorthand for margin because it would override margin-right for inline selects */
	position: relative;
}
.ui-select > select {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-select .ui-btn {
	margin: 0;
	opacity: 1; /* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
}
.ui-select .ui-btn select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 1.5em;
	min-height: 100%;
	height: 3em;
	max-height: 100%;
	outline: 0;
	border-radius: inherit;	
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	filter: Alpha(Opacity=0);
	opacity: 0;
	z-index: 2;
}
@-moz-document url-prefix() {
	.ui-select .ui-btn select {
		opacity: 0.0001;
	}
}
/* Display none because of issues with IE/WP's filter alpha opacity */
.ui-select .ui-state-disabled select {
	display: none;
}
/* Because we add all classes of the select and option elements to the span... */ 
.ui-select span.ui-state-disabled {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.ui-select .ui-btn.ui-select-nativeonly {
	border-radius: 0;
	border: 0;
}
.ui-select .ui-btn.ui-select-nativeonly select {
	opacity: 1;
	text-indent: 0;
	display: block;
}
/* ui-li-count is styled in the listview CSS. We set padding and offset here because select supports icon position while listview doesn't. */
.ui-select .ui-li-has-count.ui-btn {
	padding-right: 2.8125em;
}
.ui-select .ui-li-has-count.ui-btn-icon-right {
	padding-right: 4.6875em;
}
.ui-select .ui-btn-icon-right .ui-li-count {
	right: 3.2em;
}
/* We set the rules for the span as well to fix an issue on Chrome with text-overflow ellipsis for the button in combination with text-align center. */
.ui-select .ui-btn > span:not(.ui-li-count) {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
}
.ui-selectmenu.ui-popup {
	min-width: 11em;
}
.ui-selectmenu .ui-dialog-contain {
	overflow: hidden;
}
.ui-selectmenu .ui-header {
	margin: 0;
	padding: 0;
	border-width: 0;
}
.ui-selectmenu.ui-dialog .ui-header {
	z-index: 1;
	position: relative;
}
.ui-selectmenu.ui-popup .ui-header {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button.  this shim's content in there */
.ui-selectmenu.ui-popup .ui-header h1:after {
	content: '.';
	visibility: hidden;
}
.ui-selectmenu .ui-header .ui-title {
	margin: 0 2.875em;
}
.ui-selectmenu.ui-dialog .ui-content {
	overflow: visible;
	z-index: 1;
}
.ui-selectmenu .ui-selectmenu-list {
	margin: 0;
	border-radius: inherit;	
}
.ui-header:not(.ui-screen-hidden) + .ui-selectmenu-list {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.ui-header.ui-screen-hidden + .ui-selectmenu-list li.ui-first-child .ui-btn {
	border-top-width: 0;
}
.ui-selectmenu .ui-selectmenu-list li.ui-last-child .ui-btn {
	border-bottom-width: 0;
}
.ui-selectmenu .ui-btn.ui-li-divider {
	cursor: default;
}
.ui-selectmenu .ui-selectmenu-placeholder {
	display: none;
}
.ui-listview,
.ui-listview > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-content .ui-listview,
.ui-panel-inner > .ui-listview {
	margin: -1em;
}
.ui-content .ui-listview-inset,
.ui-panel-inner > .ui-listview-inset {
	margin: 1em 0;
}
.ui-collapsible-content > .ui-listview {
	margin: -.5em -1em;
}
.ui-collapsible-content > .ui-listview-inset {
	margin: .5em 0;
}
.ui-listview > li {
	display: block;
	position: relative;
	overflow: visible;
}
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-listview > li > .ui-btn:focus {
	z-index: 1;
}
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
	border-width: 1px 0 0 0;
	border-style: solid;
}
.ui-listview-inset > .ui-li-static,
.ui-listview-inset > .ui-li-divider,
.ui-listview-inset > li > a.ui-btn {
	border-right-width: 1px;
	border-left-width: 1px;
}
.ui-listview > .ui-li-static.ui-last-child,
.ui-listview > .ui-li-divider.ui-last-child,
.ui-listview > li.ui-last-child > a.ui-btn {
	border-bottom-width: 1px;
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
	border-top-width: 0;
}
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child,
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child > a.ui-btn {
	border-bottom-width: 0;
}
.ui-listview > li.ui-first-child,
.ui-listview > li.ui-first-child > a.ui-btn {	
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
}
.ui-listview > li.ui-last-child,
.ui-listview > li.ui-last-child > a.ui-btn {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.ui-listview > li.ui-li-has-alt > a.ui-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-listview > li.ui-first-child > a.ui-btn + a.ui-btn {	
	border-top-left-radius: 0;
	border-top-right-radius: inherit;
}
.ui-listview > li.ui-last-child > a.ui-btn + a.ui-btn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: inherit;
}
.ui-listview > li.ui-first-child img:first-child:not(.ui-li-icon) {
	border-top-left-radius: inherit;	
}
.ui-listview > li.ui-last-child img:first-child:not(.ui-li-icon) {
	border-bottom-left-radius: inherit;	
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) {
	border-radius: inherit;	
}
.ui-listview > .ui-li-static {
	padding: .7em 1em;
}
.ui-listview > .ui-li-divider {
	padding: .5em 1.143em;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	outline: 0; /* Dividers in custom selectmenus have tabindex */
}
.ui-listview > .ui-li-has-count > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-count,
.ui-listview > .ui-li-divider.ui-li-has-count {
	padding-right: 2.8125em;
}
.ui-listview > .ui-li-has-count > .ui-btn-icon-right {
	padding-right: 4.6875em;
}
.ui-listview > .ui-li-has-thumb > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-thumb {
	min-height: 3.625em;
	padding-left: 6.25em;
}
/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */
.ui-listview > .ui-li-has-icon > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-icon {
	min-height: 1.25em;
	padding-left: 2.5em;
}
/* Used by both listview and custom multiple select button */
.ui-li-count {
	position: absolute;
	font-size: 12.5px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 0 .48em;
	line-height: 1.6em;
	min-height: 1.6em;
	min-width: .64em;
	right: .8em;
	top: 50%;
	margin-top: -.88em;
}
.ui-listview .ui-btn-icon-right .ui-li-count {
	right: 3.2em;
}
.ui-listview .ui-li-has-thumb > img:first-child,
.ui-listview .ui-li-has-thumb > .ui-btn > img:first-child,
.ui-listview .ui-li-has-thumb .ui-li-thumb {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 5em;
	max-width: 5em;
}
/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */
.ui-listview > .ui-li-has-icon > img:first-child,
.ui-listview > .ui-li-has-icon > .ui-btn > img:first-child {
	position: absolute;
	left: .625em;
	top: .9em;
	max-height: 1em;
	max-width: 1em;
}
.ui-listview > li h1,
.ui-listview > li h2,
.ui-listview > li h3,
.ui-listview > li h4,
.ui-listview > li h5,
.ui-listview > li h6 {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: .45em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-listview > li p {
	font-size: .75em;
	font-weight: normal;
	display: block;
	margin: .6em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-listview .ui-li-aside {
	position: absolute;
	top: 1em;
	right: 3.333em;
	margin: 0;
	text-align: right;
}
.ui-listview > li.ui-li-has-alt > .ui-btn {
	margin-right: 2.5em;
	border-right-width: 0;
}
.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn {
	position: absolute;
	width: 2.5em;
	height: 100%;
	min-height: auto;
	box-sizing: border-box;
	border-left-width: 1px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.ui-listview-inset > li.ui-li-has-alt > .ui-btn + .ui-btn {
	border-right-width: 1px;
}
.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn:focus {
	z-index: 3;
}
ol.ui-listview,
ol.ui-listview > .ui-li-divider {
	counter-reset: listnumbering;
}
ol.ui-listview > li > .ui-btn,
ol.ui-listview > li.ui-li-static {
	vertical-align: middle;
}
ol.ui-listview > li > .ui-btn:first-child:before,
ol.ui-listview > li.ui-li-static:before,
ol.ui-listview > li.ui-field-contain > label:before,
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {
	display: inline-block;
	font-size: .9em;
	font-weight: normal;
	padding-right: .3em;
	min-width: 1.4em;
	line-height: 1.5;
	vertical-align: middle;
	counter-increment: listnumbering;
	content: counter(listnumbering) ".";
}
ol.ui-listview > li.ui-field-contain:before {
	content: none;
	display: none;
}
ol.ui-listview > li h1:first-child,
ol.ui-listview > li h2:first-child,
ol.ui-listview > li h3:first-child,
ol.ui-listview > li h4:first-child,
ol.ui-listview > li h5:first-child,
ol.ui-listview > li h6:first-child,
ol.ui-listview > li p:first-child,
ol.ui-listview > li img:first-child + * {
	display: inline-block;
	vertical-align: middle;
}
ol.ui-listview > li h1:first-child ~ *,
ol.ui-listview > li h2:first-child ~ *,
ol.ui-listview > li h3:first-child ~ *,
ol.ui-listview > li h4:first-child ~ *,
ol.ui-listview > li h5:first-child ~ *,
ol.ui-listview > li h6:first-child ~ *,
ol.ui-listview > li p:first-child ~ *,
ol.ui-listview > li img:first-child + * ~ * {
	margin-top: 0;
	text-indent: 2.04em; /* (1.4em + .3em) * .9em / .75em */
}
html .ui-filterable + .ui-listview,
html .ui-filterable.ui-listview {
	margin-top: .5em;
}
.ui-collapsible-content > form.ui-filterable {
	margin-top: -.5em;
}
.ui-collapsible-content > .ui-input-search.ui-filterable {
	margin-top: 0;
}
.ui-collapsible-content > .ui-filterable + .ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-filterable + .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn,
.ui-collapsible-content > .ui-filterable.ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-filterable.ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
	border-top-width: 1px;
}
div.ui-slider {
	height: 30px;
	margin: .5em 0;
	padding: 0;
	-ms-touch-action: pan-y pinch-zoom double-tap-zoom;
}
div.ui-slider:before,
div.ui-slider:after {
	content: "";
	display: table;
}
div.ui-slider:after {
	clear: both;
}
input.ui-slider-input {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	text-align: center;
	vertical-align: text-bottom;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: content-box;
}
.ui-slider-input::-webkit-outer-spin-button,
.ui-slider-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.ui-slider-track {
	position: relative;
	overflow: visible;
	border-width: 1px;
	border-style: solid;
	height: 15px;
	margin: 0 15px 0 68px;
	top: 6px;
}
.ui-slider-track.ui-mini {
	height: 12px;
	top: 8px;
}
.ui-slider-track .ui-slider-bg {
	height: 100%;
}
/* High level of specificity to override button margins in grids */
.ui-slider-track .ui-btn.ui-slider-handle {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 28px;
	height: 28px;
	margin: -15px 0 0 -15px;
	outline: 0;
	padding: 0;
}
.ui-slider-track.ui-mini .ui-slider-handle {
	height: 14px;
	width: 14px;
	margin: -8px 0 0 -8px;
}
select.ui-slider-switch {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
div.ui-slider-switch {
	display: inline-block;
	height: 32px;
	width: 5.8em;
	top: 0;
}
/* reset the clearfix */
div.ui-slider-switch:before,
div.ui-slider-switch:after {
	display: none;
	clear: none;
}
div.ui-slider-switch.ui-mini {
	height: 29px;
	top: 0;
}
.ui-slider-inneroffset {
	margin: 0 16px;
	position: relative;
	z-index: 1;
}
.ui-slider-switch.ui-mini .ui-slider-inneroffset {
	margin: 0 15px 0 14px;
}
.ui-slider-switch .ui-btn.ui-slider-handle {
	margin: 1px 0 0 -15px;
}
.ui-slider-switch.ui-mini .ui-slider-handle {
	width: 25px;
	height: 25px;
	margin: 1px 0 0 -13px;
	padding: 0;
}
.ui-slider-handle-snapping {
	transition: left 70ms linear;
}
.ui-slider-switch .ui-slider-label {
	position: absolute;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	top: 0;
	line-height: 2;
	min-height: 100%;
	white-space: nowrap;
	cursor: pointer;
}
.ui-slider-switch.ui-mini .ui-slider-label {
	font-size: 14px;
}
.ui-slider-switch .ui-slider-label-a {
	z-index: 1;
	left: 0;
	text-indent: -1.5em;
}
.ui-slider-switch .ui-slider-label-b {
	z-index: 0;
	right: 0;
	text-indent: 1.5em;
}
/* The corner radii for ui-slider-switch/track can be specified in theme CSS. The bg and handle inherits. */
.ui-slider-track .ui-slider-bg,
.ui-slider-switch .ui-slider-label,
.ui-slider-switch .ui-slider-inneroffset,
.ui-slider-handle {
	border-radius: inherit;
}
.ui-field-contain div.ui-slider-switch {
	margin: 0;
}
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-field-contain div.ui-slider-switch,
.ui-field-contain.ui-hide-label div.ui-slider-switch,
html .ui-popup .ui-field-contain div.ui-slider-switch {
	display: inline-block;
	width: 5.8em;
}
/* slider tooltip
-----------------------------------------------------------------------------------------------------------*/
.ui-slider-popup {
	width: 64px;
	height: 64px;
	font-size: 36px;
	padding-top: 14px;
	opacity: 0.8;
}
.ui-slider-popup {
	position: absolute !important;
	text-align: center;
	z-index: 100;
}
.ui-slider-track .ui-btn.ui-slider-handle {
	font-size: .9em;
	line-height: 30px;
}
.ui-rangeslider {
	margin: .5em 0;
}
.ui-rangeslider:before,
.ui-rangeslider:after {
	content: "";
	display: table;
}
.ui-rangeslider:after {
	clear: both;
}
.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
	float: right;
}
.ui-rangeslider .ui-rangeslider-sliders {
	position: relative;
	overflow: visible;
	height: 30px;
	margin: 0 68px;
}
.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	margin: 0;
}
.ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track {
	top: 8px;
}
.ui-rangeslider .ui-slider-track:first-child .ui-slider-bg {
	display: none;
}
.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
	background-color: transparent;
	background: none;
	border-width: 0;
	height: 0;
}
/* this makes ie6 and ie7 set height to 0 to fix z-index problem */
html >/**/body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
	height: 15px;
	border-width: 1px;
}
html >/**/body .ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track:first-child {
	height: 12px;
}
/* Hide the second label (the first is moved outside the div) */
div.ui-rangeslider label {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-field-contain .ui-rangeslider input.ui-slider-input,
.ui-field-contain .ui-rangeslider.ui-mini input.ui-slider-input,
.ui-field-contain .ui-rangeslider .ui-rangeslider-sliders,
.ui-field-contain .ui-rangeslider.ui-mini .ui-rangeslider-sliders {
	margin-top: 0;
	margin-bottom: 0;
}
.ui-input-text,
.ui-input-search {
	margin: .5em 0;
	border-width: 1px;
	border-style: solid;
}
.ui-input-text input,
.ui-input-search input,
textarea.ui-input-text {
	padding: .4em;
	line-height: 1.4em;
	display: block;
	width: 100%;
	box-sizing: border-box;
	outline: 0;
}
.ui-input-text input,
.ui-input-search input {
	margin: 0;
	min-height: 2.2em;
	text-align: left; /* Opera aligns type="date" right by default */
	border: 0;
	background: transparent none;
	-webkit-appearance: none;
	border-radius: inherit;
}
textarea.ui-input-text {
	overflow: auto;
	resize: vertical;
}
.ui-mini .ui-input-text input,
.ui-mini .ui-input-search input,
.ui-input-text.ui-mini input,
.ui-input-search.ui-mini input,
.ui-mini textarea.ui-input-text,
textarea.ui-mini {
	font-size: 14px;
}
/* Same margin for mini textareas as other mini sized widgets (12.5/14 * 0.5em) */
.ui-mini textarea.ui-input-text,
textarea.ui-mini {
	margin: .446em 0;
}
.ui-input-has-clear,
.ui-input-search {
	position: relative;
}
/* Padding on the div instead of input because of browser spinners etc. */
.ui-input-has-clear {
	padding-right: 2.375em;
}
.ui-mini.ui-input-has-clear {
	padding-right: 2.923em;
}
.ui-input-has-clear input {
	padding-right: 0;
	/* Autofill on Chrome has bg color so we unset corners right as well. */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/* Search icon */
.ui-input-search input {
	padding-left: 1.75em;
}
.ui-input-search:after {
	position: absolute;
	left: .3125em;
	top: 50%;
	margin-top: -7px;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	filter: Alpha(Opacity=50);
	opacity: .5;
}
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,
.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -14px .3125em 0;
	border: 0;
	background-color: transparent;
}
.ui-input-search .ui-input-clear-hidden,
.ui-input-text .ui-input-clear-hidden {
	display: none;
}
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
.ui-input-text input::-moz-placeholder,
.ui-input-search input::-moz-placeholder,
textarea.ui-input-text::-moz-placeholder {
	color: #aaa;
}
/* Same for IE10 */
.ui-input-text input:-ms-input-placeholder,
.ui-input-search input:-ms-input-placeholder,
textarea.ui-input-text:-ms-input-placeholder {
	color: #aaa;
}
/* Resolves issue #5131: Width of textinput depends on its type,
for Android 4.1 */
.ui-input-text input[type=number]::-webkit-outer-spin-button {
	margin: 0;
}
/* Resolves issue #5756: Textinput in IE10 has a default clear button */
.ui-input-text input::-ms-clear,
.ui-input-search input::-ms-clear {
	display: none;
}
.ui-input-text input:focus,
.ui-input-search input:focus {
	box-shadow: none;
}
textarea.ui-input-text.ui-textinput-autogrow {
	overflow: hidden;
}
.ui-textinput-autogrow-resize {
	transition: height 0.25s;
}
.ui-flipswitch {
	display: inline-block;
	vertical-align: middle;
	width: 5.875em; /* Override this and padding-left in next rule if you use labels other than "on/off" and need more space */
	height: 1.875em;
	border-width: 1px;
	border-style: solid;
	margin: .5em 0;
	overflow: hidden;
	transition-property: padding, width, background-color, color, border-color;
	transition-duration: 100ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.ui-flipswitch.ui-flipswitch-active {
	padding-left: 4em;  /* Override this and width in previous rule if you use labels other than "on/off" and need more space */
	width: 1.875em;
}
.ui-flipswitch-input {
	position: absolute;
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	border: 0;
	outline: 0;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on,
.ui-flipswitch .ui-flipswitch-off {
	float: left;
	height: 1.75em;
	margin: .0625em;
	line-height: 1.65em;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on {
	width: 1.75em;
	padding: 0;
	text-indent: -2.6em; /* Override this to center text if you use a label other than "on" */
	text-align: left;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	border-radius: inherit;
	overflow: visible;
	color: inherit;
	text-shadow: inherit;
}
.ui-flipswitch .ui-flipswitch-off {
	padding: 1px;
	text-indent: 1em; /* Override this to center text if you use a label other than "off" */
}
/* Override field container CSS to prevent the flipswitch from becomming full width */
html .ui-field-contain > label + .ui-flipswitch,
html .ui-popup .ui-field-contain > label + .ui-flipswitch {
	display: inline-block;
	width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
	box-sizing: content-box;
}
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,
.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
	width: 1.875em;
}
.ui-table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
.ui-table th,
.ui-table td {
	line-height: 1.5em;
	text-align: left;
	padding: .4em .5em;
	vertical-align:top;
}
.ui-table th .ui-btn,
.ui-table td .ui-btn {
	line-height: normal;
}
.ui-table th {
	font-weight: bold;
}
.ui-table caption {
	text-align: left;
	margin-bottom: 1.4em;
	opacity: .5;
}
/*
 Styles for the table columntoggle mode
*/
.ui-table-columntoggle-btn {
	float: right;
	margin-bottom: .8em;
}
/* Remove top/bottom margins around the fieldcontain on check list */
.ui-table-columntoggle-popup fieldset {
	margin:0;
}
.ui-table-columntoggle {
	clear: both;
}
/* Hide all prioritized columns by default */
@media only all {
	th.ui-table-priority-6,
	td.ui-table-priority-6,
	th.ui-table-priority-5,
	td.ui-table-priority-5,
	th.ui-table-priority-4,
	td.ui-table-priority-4,
	th.ui-table-priority-3,
	td.ui-table-priority-3,
	th.ui-table-priority-2,
	td.ui-table-priority-2,
	th.ui-table-priority-1,
	td.ui-table-priority-1 {
		display: none;
	}
}
/* Preset breakpoints if ".ui-responsive" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
	.ui-table-columntoggle.ui-responsive th.ui-table-priority-1,
	.ui-table-columntoggle.ui-responsive td.ui-table-priority-1 {
		display: table-cell;
	}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
	.ui-table-columntoggle.ui-responsive th.ui-table-priority-2,
	.ui-table-columntoggle.ui-responsive td.ui-table-priority-2 {
		display: table-cell;
	}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
	.ui-table-columntoggle.ui-responsive th.ui-table-priority-3,
	.ui-table-columntoggle.ui-responsive td.ui-table-priority-3 {
		display: table-cell;
	}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
	.ui-table-columntoggle.ui-responsive th.ui-table-priority-4,
	.ui-table-columntoggle.ui-responsive td.ui-table-priority-4 {
		display: table-cell;
	}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
	.ui-table-columntoggle.ui-responsive th.ui-table-priority-5,
	.ui-table-columntoggle.ui-responsive td.ui-table-priority-5 {
		display: table-cell;
	}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
	.ui-table-columntoggle.ui-responsive th.ui-table-priority-6,
	.ui-table-columntoggle.ui-responsive td.ui-table-priority-6 {
		display: table-cell;
	}
}
/* Unchecked manually: Always hide */
.ui-table-columntoggle th.ui-table-cell-hidden,
.ui-table-columntoggle td.ui-table-cell-hidden,
.ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden,
.ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden {
	display: none;
}
/* Checked manually: Always show */
.ui-table-columntoggle th.ui-table-cell-visible,
.ui-table-columntoggle td.ui-table-cell-visible,
.ui-table-columntoggle.ui-responsive th.ui-table-cell-visible,
.ui-table-columntoggle.ui-responsive td.ui-table-cell-visible {
	display: table-cell;
}
/*
 Styles for the table columntoggle mode
*/
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label { 
	display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */ 
@media only all {
	/* Hide the table headers */ 
	.ui-table-reflow thead td, 
	.ui-table-reflow thead th {
		display: none;
	}
	/* Show the table cells as a block level element */ 
	.ui-table-reflow td,
	.ui-table-reflow th { 
		text-align: left;
		display: block;
	}
	/* Add a fair amount of top margin to visually separate each row when stacked */  
	.ui-table-reflow tbody th {
		margin-top: 3em;
	}
	/* Make the label elements a percentage width */ 
	.ui-table-reflow td .ui-table-cell-label,
	.ui-table-reflow th .ui-table-cell-label { 
		padding: .4em; 
		min-width: 30%; 
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
	}
	/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */ 
	.ui-table-reflow th .ui-table-cell-label-top,
	.ui-table-reflow td .ui-table-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0;
		text-transform: uppercase;
		font-size: .9em;
		font-weight: normal;
	}
}
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */ 
@media ( min-width: 35em ) {
	/* Show the table header rows */ 
	.ui-table-reflow.ui-responsive td,
	.ui-table-reflow.ui-responsive th,
	.ui-table-reflow.ui-responsive tbody th,
	.ui-table-reflow.ui-responsive tbody td,
	.ui-table-reflow.ui-responsive thead td,
	.ui-table-reflow.ui-responsive thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */ 
	.ui-table-reflow.ui-responsive td .ui-table-cell-label,
	.ui-table-reflow.ui-responsive th .ui-table-cell-label { 
		display: none;
	}
}
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */ 
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/ 
@media ( max-width: 35em ) {
	.ui-table-reflow.ui-responsive td,
	.ui-table-reflow.ui-responsive th {
		width: 100%;
		box-sizing: border-box;
		float: left;
		clear: left;
	}
}
/* Panel */
.ui-panel {
	width: 17em;
	min-height: 100%;
	max-height: none;
	border-width: 0;
	position: absolute;
	top: 0;
	display: block;
}
.ui-panel-closed {
	width: 0;
	max-height: 100%;
	overflow: hidden;
	visibility: hidden;
}
.ui-panel-fixed {
	position: fixed;
	bottom: -1px; /* Fixes gap on Chrome for Android */
	padding-bottom: 1px;
}
.ui-panel-display-reveal {
	z-index: 1;
}
.ui-panel-display-push {
	z-index: 999;
}
.ui-panel-display-overlay {
	z-index: 1001; /* Fixed toolbars have z-index 1000 */
}
.ui-panel-inner {
	padding: 1em;
}
/* Container, page and wrapper */
.ui-panel-page-container {
	overflow-x: visible;
}
.ui-panel-page-container-themed .ui-page-active {
	background: none;
}
.ui-panel-wrapper {
	position: relative;
	min-height: inherit;
	border: 0;
	overflow-x: hidden;
	z-index: 999;
}
/* Fixed toolbars */
.ui-panel-fixed-toolbar {
	overflow-x: hidden;
}
/* Dismiss */
.ui-panel-dismiss {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1002;
	display: none;
}
.ui-panel-dismiss-open {
	display: block;
}
/* Animate class is added to panel, wrapper and fixed toolbars */
.ui-panel-animate {
	-webkit-transition: -webkit-transform 300ms ease;
	-webkit-transition-duration: 300ms;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}
/* Fix for Windows Phone issue #6349: unset the transition for transforms in case of fixed toolbars. */
@media screen and ( max-device-width: 768px ) {
	.ui-page-header-fixed .ui-panel-animate.ui-panel-wrapper,
	.ui-page-footer-fixed .ui-panel-animate.ui-panel-wrapper,
	.ui-panel-animate.ui-panel-fixed-toolbar {
		-ms-transition: none;
	}
	/* We need a transitionend event ... */
	.ui-panel-animate.ui-panel-fixed-toolbar {
		-ms-transition: -ms-transform 1ms;
		-ms-transform: rotate(0deg);
	}
}
/* Hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}
/* Panel positioning (for overlay and push) */
/* Panel left closed */
.ui-panel-position-left {
	left: -17em;
}
/* Panel left closed animated */
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
	left: 0;
	-webkit-transform: translate3d(-17em,0,0);
	transform: translate3d(-17em,0,0);
}
/* Panel left open */
.ui-panel-position-left.ui-panel-display-reveal, /* Unset "panel left closed" for reveal */
.ui-panel-open.ui-panel-position-left {
	left: 0;
}
/* Panel left open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: none;
}
/* Panel right closed */
.ui-panel-position-right {
	right: -17em;
}
/* Panel right closed animated */
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
	right: 0;
	-webkit-transform: translate3d(17em,0,0);
	transform: translate3d(17em,0,0);
}
/* Panel right open */
.ui-panel-position-right.ui-panel-display-reveal, /* Unset "panel right closed" for reveal */
.ui-panel-position-right.ui-panel-open {
	right: 0;
}
/* Panel right open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: none;
}
/* Wrapper and fixed toolbars positioning (for reveal and push) */
/* Panel left open */
.ui-panel-page-content-position-left {
	left: 17em;
	right: -17em;
}
/* Panel left open animated */
.ui-panel-animate.ui-panel-page-content-position-left {
	left: 0;
	right: 0;
	-webkit-transform: translate3d(17em,0,0);
	transform: translate3d(17em,0,0);
}
/* Panel right open */
.ui-panel-page-content-position-right {
	left: -17em;
	right: 17em;
}
/* Panel right open animated */
.ui-panel-animate.ui-panel-page-content-position-right {
	left: 0;
	right: 0;
	-webkit-transform: translate3d(-17em,0,0);
	transform: translate3d(-17em,0,0);
}
/* Dismiss model open */
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
	left: 17em;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
	right: 17em;
}
/* Shadows and borders */
.ui-panel-display-reveal {
	box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-position-right.ui-panel-display-reveal {
	box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-display-overlay {
	box-shadow: 5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-position-right.ui-panel-display-overlay {
	box-shadow: -5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
	border-right-width: 1px;
	margin-right: -1px;
}
.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
	margin-left: 1px;
	width: auto;
}
.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
	border-left-width: 1px;
	margin-left: -1px;
}
.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
	margin-right: 1px;
	width: auto;
}
/* Responsive: wrap on wide viewports once open */
@media (min-width:55em) {
	.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left {
		margin-right: 17em;
	}
	.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right {
		margin-left: 17em;
	}
	.ui-responsive-panel .ui-panel-page-content-open {
		width: auto;	
	}
	.ui-responsive-panel .ui-panel-dismiss-display-push,
	.ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push {
		display: none;
	}
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #000;
  background: #4c4c4c;
  color: #fff;
  width: 100%;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-center span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-center .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-center span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-center .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-center span,
.tooltipster-arrow-top-center .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-center span,
.tooltipster-arrow-bottom-center .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
  color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666;
}
.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 20, 2012

    Hand-tweaked fort better Font names and proper weight and style

    Note that only mainstream western and cyrillic symbols are included,
    you may need to generate other font kit for exotic langugages
*/


@font-face {
    font-family: 'OpenSans-Regular';
    src: url("./fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
    src: url("./fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url("./fonts/RegularItalic/OpenSans-Italic.eot?v=1.1.0");
    src: url("./fonts/RegularItalic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("./fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("./fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url("./fonts/Light/OpenSans-Light.eot?v=1.1.0");
    src: url("./fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("./fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("./fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url("./fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
    src: url("./fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("./fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("./fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype");
    font-weight: 300;
}

/* Rouble webfont */
@font-face {
    font-family: 'PTRoubleSans';
    src: url('./fonts/RUBSN.otf');
}

/* Tenge webfont */
@font-face {
    font-family: 'tengeregular';
    src: url('fonts/tenge-webfont.eot');
    src: url('fonts/tenge-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/tenge-webfont.woff') format('woff'),
    url('fonts/tenge-webfont.ttf') format('truetype'),
    url('fonts/tenge-webfont.svg#tengeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* line 1, tmp/styles/slideout.less */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
/* line 10, tmp/styles/slideout.less */
.slideout-menu::-webkit-scrollbar {
  width: 0 !important;
}
/* line 15, tmp/styles/slideout.less */
.slideout-panel {
  position: relative;
  z-index: 1;
}
/* line 20, tmp/styles/slideout.less */
.slideout-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 900;
}
/* line 31, tmp/styles/slideout.less */
.slideout-open {
  overflow: hidden;
}
/* line 33, tmp/styles/slideout.less */
.slideout-open .slideout-panel {
  position: fixed;
  overflow: hidden;
}
/* line 39, tmp/styles/slideout.less */
.slideout-open .slideout-menu {
  display: block;
}
/* line 4, tmp/styles/reset.less */
* {
  border: 0 none;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 15, tmp/styles/reset.less */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* line 20, tmp/styles/reset.less */
body {
  background-color: white;
  color: black;
  padding-top: env(safe-area-inset-top);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/* line 33, tmp/styles/reset.less */
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
/* line 38, tmp/styles/reset.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
/* line 4, tmp/styles/utils.less */
.hidden {
  display: none;
}
/* line 8, tmp/styles/utils.less */
.left {
  float: left;
}
/* line 12, tmp/styles/utils.less */
.right {
  clear: none;
  float: right;
}
/* line 18, tmp/styles/utils.less */
.align-center,
.align-center .ui-listview > .ui-li-static,
.align-center .ui-listview > .ui-li-divider,
.align-center .ui-listview > li > a.ui-btn {
  text-align: center;
}
/* line 26, tmp/styles/utils.less */
.align-right {
  text-align: right;
}
/* line 30, tmp/styles/utils.less */
.no-margin {
  margin: 0;
}
/* line 34, tmp/styles/utils.less */
.margin-h {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* line 39, tmp/styles/utils.less */
.separator {
  content: ' ';
  height: 20px;
  width: 100%;
}
/* line 44, tmp/styles/utils.less */
.list-separator {
  content: ' ';
  height: 48px;
  width: 100%;
}
/* line 49, tmp/styles/utils.less */
.line-separator {
  margin: 0.5em 0 0.5em 0;
  height: 1px;
  width: 100%;
  background-color: #E0E1E3;
}
/* line 54, tmp/styles/utils.less */
.invert .line-separator {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 57, tmp/styles/utils.less */
.line-separator + .line-separator {
  display: none;
}
/* line 5, tmp/styles/typo.less */
h1 {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  margin: .3em 0;
}
/* line 13, tmp/styles/typo.less */
h2 {
  font-family: FuturaMedium, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: .3em 0;
}
/* line 22, tmp/styles/typo.less */
p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 20px;
}
/* line 28, tmp/styles/typo.less */
.error,
.warning,
.ui-mobile label.error,
.ajax-error span.text {
  color: #e1421d;
  clear: both;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 37, tmp/styles/typo.less */
.app-error .error,
.app-error .warning,
.app-error .ui-mobile label.error,
.app-error .ajax-error span.text,
.app-message .error,
.app-message .warning,
.app-message .ui-mobile label.error,
.app-message .ajax-error span.text {
  white-space: normal;
}
/* line 43, tmp/styles/typo.less */
.small-text {
  font-size: 14px;
}
/* line 48, tmp/styles/typo.less */
.giant-text,
.giant-text > * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 40px;
}
/* line 52, tmp/styles/typo.less */
.giant-text .currency.KZT {
  margin-left: -0.3em;
}
/* line 55, tmp/styles/typo.less */
.total span {
  font-size: 20px;
}
/* line 59, tmp/styles/typo.less */
.light-text,
.light-text * {
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .light-text,
.invert .light-text * {
  color: #999;
}
/* line 69, tmp/styles/typo.less */
.warn {
  font-size: 14px;
  color: #e1421d;
}
/* line 74, tmp/styles/typo.less */
.phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position-x: left;
  background-position-y: center;
  width: auto;
  display: inline-block;
  background-size: 24px;
  padding-left: 32px;
  line-height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.phone-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 582, tmp/styles/icons.less */
.invert .phone-link {
  width: auto;
  display: inline-block;
}
/* line 82, tmp/styles/typo.less */
.italic {
  font-style: italic;
}
/* line 86, tmp/styles/typo.less */
.like-label {
  font-size: 14px;
  color: #999;
  text-transform: lowercase;
  padding: 12px 0;
}
/* line 63, tmp/styles/typo.less */
.invert .like-label {
  color: #999;
}
/* line 93, tmp/styles/typo.less */
.currency.KZT {
  font-family: 'tengeregular' !important;
  font-style: normal !important;
}
/* line 99, tmp/styles/typo.less */
.wrap {
  white-space: normal !important;
}
/* line 103, tmp/styles/typo.less */
.info-message {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230186E6%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%200.000%2C31.046%200.000%2C20.000%20C0.000%2C8.954%208.954%2C-0.000%2020.000%2C-0.000%20C31.046%2C-0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM20.000%2C7.000%20C18.343%2C7.000%2017.000%2C8.343%2017.000%2C10.000%20C17.000%2C11.657%2018.343%2C13.000%2020.000%2C13.000%20C21.657%2C13.000%2023.000%2C11.657%2023.000%2C10.000%20C23.000%2C8.343%2021.657%2C7.000%2020.000%2C7.000%20ZM22.000%2C28.000%20L22.000%2C18.000%20C22.000%2C16.895%2021.105%2C16.000%2020.000%2C16.000%20L18.000%2C16.000%20C16.895%2C16.000%2016.000%2C16.895%2016.000%2C18.000%20C16.000%2C19.105%2016.895%2C20.000%2018.000%2C20.000%20L18.000%2C28.000%20C16.895%2C28.000%2016.000%2C28.895%2016.000%2C30.000%20C16.000%2C31.105%2016.895%2C32.000%2018.000%2C32.000%20L22.000%2C32.000%20C23.105%2C32.000%2024.000%2C31.105%2024.000%2C30.000%20C24.000%2C28.895%2023.105%2C28.000%2022.000%2C28.000%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left 8px;
  background-size: 28px;
  padding: 10px 0 10px 32px;
  line-height: 28px;
  margin: 0;
  font-size: 14px;
}
/* line 113, tmp/styles/typo.less */
.currency.RUB,
.currency.RUR {
  font-family: 'PTRoubleSans' !important;
  font-style: normal !important;
}
/* line 5, tmp/styles/grids.less */
.row:before,
.row:after {
  display: table;
  content: " ";
}
/* line 9, tmp/styles/grids.less */
.row:after {
  clear: both;
}
/* line 5, tmp/styles/grids.less */
.wide-row:before,
.wide-row:after {
  display: table;
  content: " ";
}
/* line 9, tmp/styles/grids.less */
.wide-row:after {
  clear: both;
}
/* line 16, tmp/styles/grids.less */
.wide-row:before {
  margin-top: 0.5em;
}
/* line 19, tmp/styles/grids.less */
.wide-row:after {
  margin-bottom: 0.5em;
}
/* line 24, tmp/styles/grids.less */
.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
}
/* line 30, tmp/styles/grids.less */
.col:first-child {
  margin-left: 0;
}
/* line 34, tmp/styles/grids.less */
.flex-col,
.flex-row {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* line 38, tmp/styles/grids.less */
.flex-col.flex-end,
.flex-row.flex-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 42, tmp/styles/grids.less */
.flex-col .flex-grow-0,
.flex-row .flex-grow-0 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 46, tmp/styles/grids.less */
.flex-col .flex-grow-1,
.flex-row .flex-grow-1 {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 49, tmp/styles/grids.less */
.flex-col .flex-grow-2,
.flex-row .flex-grow-2 {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
/* line 53, tmp/styles/grids.less */
.flex-col {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*  GRID OF THREE   ============================================================================= */
/* line 61, tmp/styles/grids.less */
.span_3_of_3 {
  clear: none;
  width: 100%;
  margin: 0;
}
/* line 66, tmp/styles/grids.less */
.span_2_of_3 {
  clear: none;
  width: 66.1%;
}
/* line 71, tmp/styles/grids.less */
.span_1_of_3 {
  clear: none;
  width: 32.2%;
}
/* Go full width at less than 480 pixels */
/*
@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}
*/
/*  GRID OF SIX   ============================================================================= */
/* line 94, tmp/styles/grids.less */
.span_6_of_6 {
  width: 100%;
}
/* line 98, tmp/styles/grids.less */
.span_5_of_6 {
  width: 83.06%;
}
/* line 102, tmp/styles/grids.less */
.span_4_of_6 {
  width: 66.13%;
}
/* line 106, tmp/styles/grids.less */
.span_3_of_6 {
  width: 49.2%;
}
/* line 110, tmp/styles/grids.less */
.span_2_of_6 {
  width: 32.26%;
}
/* line 114, tmp/styles/grids.less */
.span_1_of_6 {
  width: 15.33%;
}
/*  GRID OF NINE   ============================================================================= */
/* line 121, tmp/styles/grids.less */
.span_9_of_9 {
  width: 100%;
}
/* line 125, tmp/styles/grids.less */
.span_8_of_9 {
  width: 88.71%;
}
/* line 129, tmp/styles/grids.less */
.span_7_of_9 {
  width: 77.42%;
}
/* line 133, tmp/styles/grids.less */
.span_6_of_9 {
  width: 66.13%;
}
/* line 137, tmp/styles/grids.less */
.span_5_of_9 {
  width: 54.84%;
}
/* line 141, tmp/styles/grids.less */
.span_4_of_9 {
  width: 43.55%;
}
/* line 145, tmp/styles/grids.less */
.span_3_of_9 {
  width: 32.26%;
}
/* line 149, tmp/styles/grids.less */
.span_2_of_9 {
  width: 20.97%;
}
/* line 153, tmp/styles/grids.less */
.span_1_of_9 {
  width: 9.68%;
}
/* line 6, tmp/styles/navs.less */
ul li {
  list-style-type: none;
}
/* line 9, tmp/styles/navs.less */
ul li,
ul li * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 20, tmp/styles/navs.less */
ul li .sub-row {
  line-height: normal;
  margin-top: -4px;
  padding-bottom: 16px;
}
/* line 25, tmp/styles/navs.less */
ul li .sub-row * {
  font-size: 14px;
}
/* line 30, tmp/styles/navs.less */
ul li .title,
ul li .title * {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 39, tmp/styles/navs.less */
ul li .subtitle {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  color: #999;
}
/* line 45, tmp/styles/navs.less */
ul li .value {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
  padding-left: 8px;
}
/* line 49, tmp/styles/navs.less */
.invert ul li .value {
  background-color: #E7E300;
}
/* line 52, tmp/styles/navs.less */
ul li .value,
ul li .value .amount {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 58, tmp/styles/navs.less */
ul li .income {
  color: #007054;
}
/* line 63, tmp/styles/navs.less */
ul li .bonus,
ul li .bonus * {
  color: #ff9b00;
}
/* line 70, tmp/styles/navs.less */
ul li .overdue-payment .title,
ul li .overdue-payment .amount {
  color: #ee2020;
}
/* line 75, tmp/styles/navs.less */
ul li.empty-item {
  height: 49px;
}
/* line 80, tmp/styles/navs.less */
.ul-style-disc {
  padding-left: 20px;
  margin: 0.5em 0;
}
/* line 83, tmp/styles/navs.less */
.ul-style-disc li {
  list-style-type: disc;
}
/* line 90, tmp/styles/navs.less */
.ui-listview {
  clear: both;
}
/* line 93, tmp/styles/navs.less */
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
  border: 0;
  border-radius: 0;
}
/* line 99, tmp/styles/navs.less */
.ui-content .ui-listview,
.ui-panel-inner > .ui-listview {
  margin: 0;
}
/* line 104, tmp/styles/navs.less */
.ui-listview > .ui-li-static {
  border: 0;
  border-top: 1px solid #E0E1E3;
  padding: 0;
}
/* line 108, tmp/styles/navs.less */
.ui-listview > .ui-li-static:last-child {
  border-bottom: 1px solid #E0E1E3;
}
/* line 110, tmp/styles/navs.less */
.invert .ui-listview > .ui-li-static:last-child {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 114, tmp/styles/navs.less */
.invert .ui-listview > .ui-li-static {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 119, tmp/styles/navs.less */
.ui-listview li,
.ui-content .ui-listview li {
  border-radius: 0;
  border-top: 1px solid #E0E1E3;
}
/* line 123, tmp/styles/navs.less */
.ui-listview li a:active,
.ui-content .ui-listview li a:active {
  color: #999;
}
/* line 126, tmp/styles/navs.less */
.ui-listview li a.ui-btn-icon-right,
.ui-content .ui-listview li a.ui-btn-icon-right {
  padding-right: 28px;
}
/* line 129, tmp/styles/navs.less */
.ui-listview li .icon,
.ui-content .ui-listview li .icon {
  margin-top: 10px;
  margin-right: 8px;
}
/* line 133, tmp/styles/navs.less */
.ui-listview li:first-child,
.ui-content .ui-listview li:first-child {
  margin-top: -1px;
}
/* line 136, tmp/styles/navs.less */
.invert .ui-listview li,
.invert .ui-content .ui-listview li {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 141, tmp/styles/navs.less */
.ui-listview li.ui-last-child,
.ui-content .ui-listview li.ui-last-child {
  border-bottom: 1px solid #E0E1E3;
}
/* line 144, tmp/styles/navs.less */
.invert .ui-listview li.ui-last-child,
.invert .ui-content .ui-listview li.ui-last-child {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 153, tmp/styles/navs.less */
.ui-listview.ui-btn:not(.ui-flipswitch-on),
.ui-listview a.ui-btn.ui-btn:not(.ui-flipswitch-on),
.ui-content .ui-listview.ui-btn:not(.ui-flipswitch-on),
.ui-content .ui-listview a.ui-btn.ui-btn:not(.ui-flipswitch-on) {
  margin: 0;
}
/* line 157, tmp/styles/navs.less */
.ui-listview li,
.ui-listview a.ui-btn li,
.ui-content .ui-listview li,
.ui-content .ui-listview a.ui-btn li,
.ui-listview a.ui-btn,
.ui-listview a.ui-btn a.ui-btn,
.ui-content .ui-listview a.ui-btn,
.ui-content .ui-listview a.ui-btn a.ui-btn {
  padding: 0;
  line-height: 49px;
  min-height: 49px;
}
/* line 163, tmp/styles/navs.less */
.ui-listview li .half-height-row,
.ui-listview a.ui-btn li .half-height-row,
.ui-content .ui-listview li .half-height-row,
.ui-content .ui-listview a.ui-btn li .half-height-row,
.ui-listview a.ui-btn .half-height-row,
.ui-listview a.ui-btn a.ui-btn .half-height-row,
.ui-content .ui-listview a.ui-btn .half-height-row,
.ui-content .ui-listview a.ui-btn a.ui-btn .half-height-row {
  line-height: 24px;
}
/* line 167, tmp/styles/navs.less */
.ui-listview li.ui-btn-icon-left,
.ui-listview a.ui-btn li.ui-btn-icon-left,
.ui-content .ui-listview li.ui-btn-icon-left,
.ui-content .ui-listview a.ui-btn li.ui-btn-icon-left,
.ui-listview a.ui-btn.ui-btn-icon-left,
.ui-listview a.ui-btn a.ui-btn.ui-btn-icon-left,
.ui-content .ui-listview a.ui-btn.ui-btn-icon-left,
.ui-content .ui-listview a.ui-btn a.ui-btn.ui-btn-icon-left {
  padding-left: 32px;
}
/* line 169, tmp/styles/navs.less */
.ui-listview li.ui-btn-icon-left:after,
.ui-listview a.ui-btn li.ui-btn-icon-left:after,
.ui-content .ui-listview li.ui-btn-icon-left:after,
.ui-content .ui-listview a.ui-btn li.ui-btn-icon-left:after,
.ui-listview a.ui-btn.ui-btn-icon-left:after,
.ui-listview a.ui-btn a.ui-btn.ui-btn-icon-left:after,
.ui-content .ui-listview a.ui-btn.ui-btn-icon-left:after,
.ui-content .ui-listview a.ui-btn a.ui-btn.ui-btn-icon-left:after {
  left: 0;
}
/* line 174, tmp/styles/navs.less */
.ui-listview li.loading,
.ui-listview a.ui-btn li.loading,
.ui-content .ui-listview li.loading,
.ui-content .ui-listview a.ui-btn li.loading,
.ui-listview a.ui-btn.loading,
.ui-listview a.ui-btn a.ui-btn.loading,
.ui-content .ui-listview a.ui-btn.loading,
.ui-content .ui-listview a.ui-btn a.ui-btn.loading {
  padding-left: 2em;
}
/* line 180, tmp/styles/navs.less */
.ui-listview--has-icons a.ui-btn,
.ui-content .ui-listview--has-icons a.ui-btn {
  padding-left: 56px;
}
/* line 184, tmp/styles/navs.less */
.ui-listview--has-icons a.ui-btn .menu-item-icon,
.ui-content .ui-listview--has-icons a.ui-btn .menu-item-icon {
  width: 40px;
  height: 40px;
  top: 4px;
}
/* line 191, tmp/styles/navs.less */
.list-items-container {
  padding-top: 27px;
}
/* line 194, tmp/styles/navs.less */
.list-items-container:first-child {
  padding-top: 0;
}
/* line 198, tmp/styles/navs.less */
.list-items-container .list-title:first-child {
  padding-top: 0;
  min-height: 20px;
}
/* line 204, tmp/styles/navs.less */
.list-title,
.accordion .accordion-title.list-title,
.list-title > * {
  font-size: 14px;
  text-transform: uppercase;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  line-height: initial;
  height: initial;
  padding-top: 27px;
  padding-bottom: 8px;
  min-height: 48px;
  box-sizing: border-box;
  color: #999;
}
/* line 218, tmp/styles/navs.less */
.ui-listview li.list-title,
.ui-listview li.accordion .accordion-title.list-title,
.ui-listview li.list-title > * {
  margin: 0;
  padding-top: 27px;
  padding-bottom: 8px;
  line-height: initial;
}
/* line 223, tmp/styles/navs.less */
.ui-listview li.list-title:first-child,
.ui-listview li.accordion .accordion-title.list-title:first-child,
.ui-listview li.list-title > *:first-child {
  border-top: 0;
}
/* line 228, tmp/styles/navs.less */
.list-title.first-item,
.accordion .accordion-title.list-title.first-item,
.list-title > *.first-item,
.ui-listview:first-child .list-title:first-child,
.ui-listview:first-child .accordion .accordion-title.list-title:first-child,
.ui-listview:first-child .list-title > *:first-child {
  border-top: 0;
  padding-top: 0;
  min-height: 20px;
}
/* line 236, tmp/styles/navs.less */
.accordion .accordion-title.list-title:after {
  top: 20px;
}
/* line 240, tmp/styles/navs.less */
.ui-li-count {
  border-radius: 1em;
}
/* line 243, tmp/styles/navs.less */
.ui-li-count.warning {
  background-color: #f25863;
  border-color: #f25863;
  color: white;
}
/* line 252, tmp/styles/navs.less */
.ui-navbar {
  line-height: 16px;
}
/* line 254, tmp/styles/navs.less */
.ui-navbar li > a.ui-btn {
  box-sizing: border-box;
  height: 48px;
  line-height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  color: #999;
  border-radius: 3px 3px 0 0;
  border-bottom: 2px solid #E0E1E3;
}
/* line 265, tmp/styles/navs.less */
.ui-navbar li > a.ui-btn.ui-btn-active {
  color: black;
  border-color: black;
}
/* line 270, tmp/styles/navs.less */
.invert .ui-navbar li > a.ui-btn {
  color: #999;
}
/* line 272, tmp/styles/navs.less */
.invert .ui-navbar li > a.ui-btn:not(.ui-btn-active) {
  border: 0;
}
/* line 276, tmp/styles/navs.less */
.invert .ui-navbar li > a.ui-btn.ui-btn-active {
  color: black;
  border-color: #00ADF3;
}
/* line 285, tmp/styles/navs.less */
ul.table {
  display: table;
  width: 100%;
}
/* line 288, tmp/styles/navs.less */
ul.table li {
  height: 48px;
  display: table-row;
}
/* line 291, tmp/styles/navs.less */
ul.table li > * {
  display: table-cell;
  line-height: 48px;
  vertical-align: middle;
  border: 0;
  border-top: 1px solid #E0E1E3;
}
/* line 297, tmp/styles/navs.less */
ul.table li > * .right {
  margin-top: 10px;
}
/* line 300, tmp/styles/navs.less */
.invert ul.table li > * {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 306, tmp/styles/navs.less */
ul.table li:last-child > * {
  border-bottom: 1px solid #E0E1E3;
}
/* line 4, tmp/styles/menu.less */
.main-menu-panel {
  display: none;
  width: 17em;
}
/* line 8, tmp/styles/menu.less */
.main-menu-panel,
.main-menu-panel.invert {
  background-color: #024b45;
}
/* line 12, tmp/styles/menu.less */
.main-menu-panel .main-menu-wrapper {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  box-sizing: border-box;
}
/* line 19, tmp/styles/menu.less */
.main-menu-panel .main-menu-wrapper .main-menu-precontent {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 24, tmp/styles/menu.less */
.main-menu-panel .main-menu-wrapper .menu-items {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 16px;
}
/* line 27, tmp/styles/menu.less */
.main-menu-panel .main-menu-wrapper .menu-items li.selected {
  background-color: #F04A4E;
}
/* line 32, tmp/styles/menu.less */
.main-menu-panel .main-menu-wrapper .menu-phone-link {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 18, tmp/styles/utils.less */
.main-menu-panel .main-menu-wrapper .menu-phone-link,
.main-menu-panel .main-menu-wrapper .menu-phone-link .ui-listview > .ui-li-static,
.main-menu-panel .main-menu-wrapper .menu-phone-link .ui-listview > .ui-li-divider,
.main-menu-panel .main-menu-wrapper .menu-phone-link .ui-listview > li > a.ui-btn {
  text-align: center;
}
/* line 37, tmp/styles/menu.less */
.main-menu-panel .main-menu-wrapper .menu-phone-link .feedback-link {
  margin-top: 16px;
}
/* line 9, tmp/styles/messages.less */
#marketing-messages-page .ui-content {
  transition: bottom 300ms;
}
/* line 13, tmp/styles/messages.less */
#marketing-messages-page .message-list-container {
  position: relative;
}
/* line 17, tmp/styles/messages.less */
#marketing-messages-page .actions-panel {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  z-index: 10;
}
/* line 24, tmp/styles/messages.less */
#marketing-messages-page .actions-panel li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
/* line 29, tmp/styles/messages.less */
#marketing-messages-page .actions-panel li a.ui-state-disabled {
  color: #CCC;
}
/* line 36, tmp/styles/messages.less */
#marketing-messages-page .ui-footer {
  width: 100%;
  height: 56px;
  border-bottom: 0;
  border-color: #E0E1E3;
  position: absolute;
  bottom: 0;
  transition: bottom 300ms;
}
/* line 49, tmp/styles/messages.less */
#marketing-messages-page.ui-page--editable .ui-content {
  bottom: 112px;
}
/* line 51, tmp/styles/messages.less */
.css-variables #marketing-messages-page.ui-page--editable .ui-content {
  bottom: calc(112px  + var(--safe-area-inset-bottom));
}
/* line 56, tmp/styles/messages.less */
#marketing-messages-page.ui-page--editable .message-list {
  left: 50px;
}
/* line 60, tmp/styles/messages.less */
#marketing-messages-page.ui-page--editable .ui-footer {
  bottom: 56px;
}
/* line 62, tmp/styles/messages.less */
.css-variables #marketing-messages-page.ui-page--editable .ui-footer {
  bottom: calc(56px  + var(--safe-area-inset-bottom));
}
/* line 69, tmp/styles/messages.less */
.message-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: left 300ms;
}
/* line 76, tmp/styles/messages.less */
.message-list.ui-listview li a.ui-btn-icon-right {
  padding: 0 100px 0 0;
}
/* line 79, tmp/styles/messages.less */
.message-list li {
  position: relative;
}
/* line 82, tmp/styles/messages.less */
.message-list li a.ui-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 86, tmp/styles/messages.less */
.message-list li .message-title {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 93, tmp/styles/messages.less */
.message-list li .high-priority {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 28px;
  min-height: 48px;
  line-height: 48px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23EAEAEA%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM23.000%2C9.000%20C23.000%2C7.343%2021.657%2C6.000%2020.000%2C6.000%20C18.343%2C6.000%2017.000%2C7.343%2017.000%2C9.000%20C17.000%2C9.034%2017.009%2C9.066%2017.010%2C9.100%20L17.000%2C9.100%20L18.000%2C22.100%20L18.010%2C22.100%20C18.063%2C23.157%2018.930%2C24.000%2020.000%2C24.000%20C21.070%2C24.000%2021.937%2C23.157%2021.990%2C22.100%20L22.000%2C22.100%20L23.000%2C9.100%20L22.990%2C9.100%20C22.991%2C9.066%2023.000%2C9.034%2023.000%2C9.000%20ZM20.000%2C28.000%20C18.343%2C28.000%2017.000%2C29.343%2017.000%2C31.000%20C17.000%2C32.657%2018.343%2C34.000%2020.000%2C34.000%20C21.657%2C34.000%2023.000%2C32.657%2023.000%2C31.000%20C23.000%2C29.343%2021.657%2C28.000%2020.000%2C28.000%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A") center center no-repeat;
  background-size: 20px;
}
/* line 103, tmp/styles/messages.less */
.message-list li .message-date {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  padding-left: 8px;
  font-size: 75%;
  line-height: 48px;
}
/* line 112, tmp/styles/messages.less */
.message-list li.unread-message .message-title {
  font-weight: bold;
}
/* line 116, tmp/styles/messages.less */
.message-list li.unread-message .high-priority {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23656565%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM23.000%2C9.000%20C23.000%2C7.343%2021.657%2C6.000%2020.000%2C6.000%20C18.343%2C6.000%2017.000%2C7.343%2017.000%2C9.000%20C17.000%2C9.034%2017.009%2C9.066%2017.010%2C9.100%20L17.000%2C9.100%20L18.000%2C22.100%20L18.010%2C22.100%20C18.063%2C23.157%2018.930%2C24.000%2020.000%2C24.000%20C21.070%2C24.000%2021.937%2C23.157%2021.990%2C22.100%20L22.000%2C22.100%20L23.000%2C9.100%20L22.990%2C9.100%20C22.991%2C9.066%2023.000%2C9.034%2023.000%2C9.000%20ZM20.000%2C28.000%20C18.343%2C28.000%2017.000%2C29.343%2017.000%2C31.000%20C17.000%2C32.657%2018.343%2C34.000%2020.000%2C34.000%20C21.657%2C34.000%2023.000%2C32.657%2023.000%2C31.000%20C23.000%2C29.343%2021.657%2C28.000%2020.000%2C28.000%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 120, tmp/styles/messages.less */
.message-list li.unread-message:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -12px;
}
/* line 134, tmp/styles/messages.less */
.message-list li .checkbox-small {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -48px;
}
/* line 142, tmp/styles/messages.less */
.message-list li .ui-checkbox {
  margin: 0;
}
/* line 145, tmp/styles/messages.less */
.message-list li .ui-checkbox .ui-btn {
  padding-left: 18px;
}
/* line 152, tmp/styles/messages.less */
.message {
  position: relative;
  padding-bottom: 8px;
}
/* line 155, tmp/styles/messages.less */
.message .message-title {
  margin-top: 1em;
  margin-bottom: 0.75em;
  font-size: 150%;
}
/* line 161, tmp/styles/messages.less */
.message .date {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 75%;
}
/* line 168, tmp/styles/messages.less */
.message a {
  text-decoration: underline;
}
/* line 172, tmp/styles/messages.less */
.message ul li {
  list-style-type: initial;
}
/* line 176, tmp/styles/messages.less */
.message ol,
.message ul {
  list-style-position: inside;
}
/* line 181, tmp/styles/messages.less */
.delete-message-link {
  position: relative;
}
/* line 184, tmp/styles/messages.less */
.delete-message-link .delete-message-text {
  padding-left: 2em;
}
/* line 187, tmp/styles/messages.less */
.delete-message-link .delete-message-link-icon {
  position: absolute;
  left: 0;
  top: -4px;
}
/* line 1, tmp/styles/message-popup.less */
.message-popup-container {
  border-radius: 6px;
  padding: 0 !important;
  min-height: 48px;
}
/* line 7, tmp/styles/message-popup.less */
.message-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 7, tmp/styles/maps.less */
.map-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
  background: white;
}
/* line 20, tmp/styles/maps.less */
#map-map-page .ui-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 24, tmp/styles/maps.less */
#map-map-page .ui-content .page-content {
  padding: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 31, tmp/styles/maps.less */
#map-map-page .ui-content .map-canvas {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 36, tmp/styles/maps.less */
#map-map-page .locate-me {
  position: fixed;
  cursor: pointer;
  background-color: white;
  width: 48px;
  height: 48px;
  background-position: center center;
  border-radius: 50%;
  left: auto;
  right: 20px;
  bottom: 30px;
}
/* line 50, tmp/styles/maps.less */
#map-map-page .content-overlay {
  display: none !important;
}
/* line 55, tmp/styles/maps.less */
#map-map-page .header-menu-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 60, tmp/styles/maps.less */
#map-map-page .header-menu-link.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 66, tmp/styles/maps.less */
#map-map-page .header-menu {
  background: #E7E300;
}
/* line 70, tmp/styles/maps.less */
#map-map-page .header-menu .ui-listview li {
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 74, tmp/styles/maps.less */
#map-map-page .header-menu .ui-listview li + li {
  margin-top: -1px;
}
/* line 79, tmp/styles/maps.less */
#map-map-page .header-menu .search-result {
  text-align: left;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 86, tmp/styles/maps.less */
#map-map-page .header-menu .filter-row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 91, tmp/styles/maps.less */
#map-map-page .ui-input-search,
#map-map-page .ui-icon-filters {
  border: none;
}
/* line 96, tmp/styles/maps.less */
#map-map-page .ui-input-search.ui-input-search .ui-input-clear,
#map-map-page .ui-icon-filters.ui-input-search .ui-input-clear {
  line-height: normal;
  min-height: 0;
}
/* line 102, tmp/styles/maps.less */
#map-map-page .ui-input-search.ui-icon-filters,
#map-map-page .ui-icon-filters.ui-icon-filters {
  text-align: left;
  padding-left: 36px;
  font-size: 18px;
}
/* line 107, tmp/styles/maps.less */
#map-map-page .ui-input-search.ui-icon-filters.no-filters,
#map-map-page .ui-icon-filters.ui-icon-filters.no-filters {
  color: rgba(255, 255, 255, 0.4);
}
/* line 112, tmp/styles/maps.less */
#map-map-page .ui-input-search:after,
#map-map-page .ui-icon-filters:after {
  opacity: 0.5;
}
/* line 117, tmp/styles/maps.less */
#map-map-page .clear-filters:after {
  margin-left: -14px;
}
/* line 121, tmp/styles/maps.less */
#map-map-page .map-filters-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 100%;
  width: 100%;
  z-index: 600;
  background: white;
}
/* line 132, tmp/styles/maps.less */
#map-map-page .map-filters-wrapper.active {
  top: 0;
  bottom: 0;
}
/* line 137, tmp/styles/maps.less */
#map-map-page .map-filters-wrapper .ui-header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 142, tmp/styles/maps.less */
#map-map-page .map-filters-wrapper .accept-icon {
  display: none;
}
/* line 147, tmp/styles/maps.less */
#map-map-page .map-filters-wrapper.changed .accept-icon {
  display: inline-block;
}
/* line 152, tmp/styles/maps.less */
#map-map-page .map-filters-wrapper .filter-map-panel {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 161, tmp/styles/maps.less */
.cluster-marker {
  z-index: 10001;
  -webkit-transform: translateZ(0px);
}
/* line 164, tmp/styles/maps.less */
.cluster-marker img {
  max-width: 48px;
  max-height: 48px;
}
/* line 170, tmp/styles/maps.less */
.google-trademark-cover {
  background-color: transparent;
  position: absolute;
  min-height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 179, tmp/styles/maps.less */
.close-street-view {
  background-size: 32px auto;
  width: 32px;
  height: 32px;
  margin: 8px;
  margin-right: 0px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A") white no-repeat center center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-user-select: none;
}
/* line 192, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel {
  max-height: 50%;
  bottom: -100%;
  transition: bottom 300ms;
  overflow: auto;
  padding-bottom: 20px;
}
/* line 199, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel.visible {
  bottom: 0;
}
/* line 203, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info-header {
  padding: 20px 0;
}
/* line 206, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info-header .service-point-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8px;
}
/* line 211, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info-header .icon-discount-value {
  top: 20px;
  left: 20px;
}
/* line 216, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info-header h2 {
  margin: 0;
  line-height: 28px;
}
/* line 221, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info-header .ui-icon-close {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 0.2em 0 0;
  margin: 0;
}
/* line 226, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info-header .ui-icon-close:after {
  margin-left: -14px;
}
/* line 234, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info .accordion-title.icon-atm:before {
  background-image: url("images/map-marker-atm.svg");
}
/* line 237, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info .accordion-title.icon-atm24:before {
  background-image: url("images/map-marker-atm24.svg");
}
/* line 240, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info .accordion-title.icon-branch:before {
  background-image: url("images/map-marker-branch.svg");
}
/* line 243, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info .accordion-title.icon-kiosk:before {
  background-image: url("images/map-marker-kiosk.svg");
}
/* line 246, tmp/styles/maps.less */
.bottom-panel.service-points-info-panel .service-point-info .accordion-title.icon-bonus:before {
  background-image: url("images/map-marker-bonus.svg");
}
/* line 253, tmp/styles/maps.less */
.gm-style label {
  font-size: 11px;
  display: initial;
}
/* line 258, tmp/styles/maps.less */
.icon-discount-value {
  position: absolute;
  top: 10px;
  left: 0;
  color: black;
  line-height: 28px;
  font-size: 14px;
  width: 28px;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* line 7, tmp/styles/popup.less */
.ui-popup > p,
.ui-popup > h1 {
  margin-left: 0;
  margin-right: 0;
}
/* line 12, tmp/styles/popup.less */
.ui-popup > h2 {
  margin: 0;
  margin-right: 28px;
}
/* line 18, tmp/styles/popup.less */
.ui-popup-screen.in,
.content-overlay,
.layout,
.slideout-overlay {
  background: black;
  opacity: 0.5;
}
/* line 25, tmp/styles/popup.less */
.ui-popup.ui-body-inherit {
  border: 0;
}
/* line 29, tmp/styles/popup.less */
.ui-popup-container {
  left: 0 !important;
  right: 0 !important;
  margin: 20px;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.3);
}
/* line 39, tmp/styles/popup.less */
.ui-popup-container h3 {
  margin: 0;
}
/* line 43, tmp/styles/popup.less */
.ui-popup-container p {
  font-size: 80%;
}
/* line 48, tmp/styles/popup.less */
.card-recognition-popup {
  position: absolute;
  z-index: 1100;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 58, tmp/styles/popup.less */
.card-recognition-popup__header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: white !important;
  color: black !important;
}
/* line 66, tmp/styles/popup.less */
.card-recognition-popup__content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
}
/* line 77, tmp/styles/popup.less */
.card-recognition-popup__content .button-group {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
/* line 82, tmp/styles/popup.less */
.card-recognition-popup__content .button-group .ui-btn {
  padding: 19px 32px;
}
/* line 6, tmp/styles/icons.less */
.ui-header .ui-btn-icon-notext,
.inline-edit-container .ui-btn-icon-notext {
  width: 28px;
  height: 28px;
  margin: 0;
}
/* line 11, tmp/styles/icons.less */
.ui-header .ui-btn-icon-notext:after,
.inline-edit-container .ui-btn-icon-notext:after {
  border-radius: 0;
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  margin: 0;
  left: 0;
  top: 0;
}
/* line 22, tmp/styles/icons.less */
.ui-header .ui-btn-icon-notext.ui-btn-left,
.inline-edit-container .ui-btn-icon-notext.ui-btn-left {
  margin-top: 2px;
  top: 0;
  left: 0;
  padding: 8px;
}
/* line 26, tmp/styles/icons.less */
.ui-header .ui-btn-icon-notext.ui-btn-left:after,
.inline-edit-container .ui-btn-icon-notext.ui-btn-left:after {
  top: 8px;
  left: 8px;
}
/* line 31, tmp/styles/icons.less */
.ui-header .ui-btn-icon-notext.ui-btn-right,
.inline-edit-container .ui-btn-icon-notext.ui-btn-right {
  margin-top: 2px;
  top: 0;
  right: 0;
  padding: 8px;
}
/* line 35, tmp/styles/icons.less */
.ui-header .ui-btn-icon-notext.ui-btn-right:after,
.inline-edit-container .ui-btn-icon-notext.ui-btn-right:after {
  top: 8px;
  left: 8px;
}
/* line 43, tmp/styles/icons.less */
.ui-icon {
  background: transparent;
}
/* line 47, tmp/styles/icons.less */
.ui-btn-icon-right:after {
  right: 0.2em;
}
/* line 50, tmp/styles/icons.less */
.ui-btn-icon-left:after {
  left: 0.2em;
}
/* line 54, tmp/styles/icons.less */
.contract-action:after {
  background: transparent no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 61, tmp/styles/icons.less */
.ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-direction-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 67, tmp/styles/icons.less */
.ui-icon-carat-l:after,
.ui-icon-back:after,
.ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-carat-l:after,
.invert .ui-icon-back:after,
.invert .ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-carat-l:after,
.invert .ui-icon-back:after,
.invert .ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-carat-l:after,
.invert.main-menu-panel .ui-icon-back:after,
.invert.main-menu-panel .ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-carat-l:after,
.invert .btn-submit.ui-icon-back:after,
.invert .btn-submit.ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-carat-l:after,
.btn-submit.ui-icon-back:after,
.btn-submit.ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-carat-l:after,
.settings-page .btn-submit.ui-icon-back:after,
.settings-page .btn-submit.ui-icon-direction-l:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 73, tmp/styles/icons.less */
.control-container-expander.expanded:after,
.ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .control-container-expander.expanded:after,
.invert .ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .control-container-expander.expanded:after,
.invert .ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .control-container-expander.expanded:after,
.invert.main-menu-panel .ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.control-container-expander.expanded:after,
.invert .btn-submit.ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.control-container-expander.expanded:after,
.btn-submit.ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.control-container-expander.expanded:after,
.settings-page .btn-submit.ui-icon-carat-r:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 78, tmp/styles/icons.less */
.control-container-expander:after,
.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .control-container-expander:after,
.invert .ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .control-container-expander:after,
.invert .ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .control-container-expander:after,
.invert.main-menu-panel .ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.control-container-expander:after,
.invert .btn-submit.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.control-container-expander:after,
.btn-submit.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.control-container-expander:after,
.settings-page .btn-submit.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 83, tmp/styles/icons.less */
.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 87, tmp/styles/icons.less */
.list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C17.399%20C30.623%2C18.186%2029.349%2C18.186%2028.563%2C17.399%20L15.984%2C4.799%20L3.403%2C17.402%20C2.617%2C18.189%201.342%2C18.189%200.557%2C17.402%20C-0.229%2C16.616%20-0.229%2C15.340%200.557%2C14.554%20L14.501%2C0.586%20C14.905%2C0.181%2015.437%2C-0.012%2015.967%2C-0.000%20C16.506%2C-0.021%2017.052%2C0.170%2017.464%2C0.582%20L31.409%2C14.551%20C32.195%2C15.337%2032.195%2C16.613%2031.409%2C17.399%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C17.399%20C30.623%2C18.186%2029.349%2C18.186%2028.563%2C17.399%20L15.984%2C4.799%20L3.403%2C17.402%20C2.617%2C18.189%201.342%2C18.189%200.557%2C17.402%20C-0.229%2C16.616%20-0.229%2C15.340%200.557%2C14.554%20L14.501%2C0.586%20C14.905%2C0.181%2015.437%2C-0.012%2015.967%2C-0.000%20C16.506%2C-0.021%2017.052%2C0.170%2017.464%2C0.582%20L31.409%2C14.551%20C32.195%2C15.337%2032.195%2C16.613%2031.409%2C17.399%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C17.399%20C30.623%2C18.186%2029.349%2C18.186%2028.563%2C17.399%20L15.984%2C4.799%20L3.403%2C17.402%20C2.617%2C18.189%201.342%2C18.189%200.557%2C17.402%20C-0.229%2C16.616%20-0.229%2C15.340%200.557%2C14.554%20L14.501%2C0.586%20C14.905%2C0.181%2015.437%2C-0.012%2015.967%2C-0.000%20C16.506%2C-0.021%2017.052%2C0.170%2017.464%2C0.582%20L31.409%2C14.551%20C32.195%2C15.337%2032.195%2C16.613%2031.409%2C17.399%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 91, tmp/styles/icons.less */
.list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C3.418%20L17.465%2C17.387%20C17.053%2C17.799%2016.507%2C17.990%2015.967%2C17.969%20C15.438%2C17.981%2014.905%2C17.788%2014.501%2C17.383%20L0.557%2C3.415%20C-0.229%2C2.629%20-0.229%2C1.353%200.557%2C0.567%20C1.343%2C-0.220%202.617%2C-0.220%203.403%2C0.567%20L15.985%2C13.170%20L28.563%2C0.570%20C29.349%2C-0.217%2030.623%2C-0.217%2031.409%2C0.570%20C32.195%2C1.356%2032.195%2C2.632%2031.409%2C3.418%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C3.418%20L17.465%2C17.387%20C17.053%2C17.799%2016.507%2C17.990%2015.967%2C17.969%20C15.438%2C17.981%2014.905%2C17.788%2014.501%2C17.383%20L0.557%2C3.415%20C-0.229%2C2.629%20-0.229%2C1.353%200.557%2C0.567%20C1.343%2C-0.220%202.617%2C-0.220%203.403%2C0.567%20L15.985%2C13.170%20L28.563%2C0.570%20C29.349%2C-0.217%2030.623%2C-0.217%2031.409%2C0.570%20C32.195%2C1.356%2032.195%2C2.632%2031.409%2C3.418%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C3.418%20L17.465%2C17.387%20C17.053%2C17.799%2016.507%2C17.990%2015.967%2C17.969%20C15.438%2C17.981%2014.905%2C17.788%2014.501%2C17.383%20L0.557%2C3.415%20C-0.229%2C2.629%20-0.229%2C1.353%200.557%2C0.567%20C1.343%2C-0.220%202.617%2C-0.220%203.403%2C0.567%20L15.985%2C13.170%20L28.563%2C0.570%20C29.349%2C-0.217%2030.623%2C-0.217%2031.409%2C0.570%20C32.195%2C1.356%2032.195%2C2.632%2031.409%2C3.418%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 97, tmp/styles/icons.less */
.ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-map:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 101, tmp/styles/icons.less */
.ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-menu:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 105, tmp/styles/icons.less */
.ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-payments:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 109, tmp/styles/icons.less */
.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 115, tmp/styles/icons.less */
.ui-icon-lang-en:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23021fad%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ff2600%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2220%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2.361%2C29.424%20L11.785%2C20.000%20L2.361%2C10.576%20C3.769%2C7.947%205.756%2C5.685%208.139%2C3.924%20L19.008%2C14.793%20L13.800%2C20.000%20L19.008%2C25.207%20L8.139%2C36.076%20C5.756%2C34.315%203.769%2C32.053%202.361%2C29.424%20ZM37.603%2C10.502%20L27.300%2C20.000%20L37.603%2C29.498%20C36.198%2C32.096%2034.222%2C34.331%2031.862%2C36.076%20L20.992%2C25.207%20L25.362%2C20.000%20L20.992%2C14.793%20L31.862%2C3.924%20C34.222%2C5.669%2036.198%2C7.904%2037.603%2C10.502%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M14.793%2C19.008%20L3.924%2C8.139%20C4.548%2C7.294%205.224%2C6.491%205.970%2C5.756%20L17.008%2C16.793%20L14.793%2C19.008%20ZM3.924%2C31.862%20L14.793%2C20.992%20L17.008%2C23.207%20L5.970%2C34.244%20C5.224%2C33.509%204.548%2C32.706%203.924%2C31.862%20ZM25.207%2C20.992%20L36.076%2C31.862%20C35.452%2C32.706%2034.776%2C33.509%2034.030%2C34.244%20L22.992%2C23.207%20L25.207%2C20.992%20ZM25.207%2C19.008%20L22.992%2C16.793%20L34.030%2C5.756%20C34.776%2C6.491%2035.452%2C7.294%2036.076%2C8.139%20L25.207%2C19.008%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25.000%2C39.344%20C23.399%2C39.757%2021.730%2C40.000%2020.000%2C40.000%20L20.000%2C40.000%20C18.270%2C40.000%2016.601%2C39.757%2015.000%2C39.344%20L15.000%2C25.000%20L0.656%2C25.000%20C0.243%2C23.399%200.000%2C21.730%200.000%2C20.000%20C0.000%2C18.270%200.243%2C16.601%200.656%2C15.000%20L15.000%2C15.000%20L15.000%2C0.656%20C16.601%2C0.243%2018.270%2C0.000%2020.000%2C0.000%20C21.730%2C0.000%2023.399%2C0.243%2025.000%2C0.656%20L25.000%2C15.000%20L39.344%2C15.000%20C39.757%2C16.601%2040.000%2C18.270%2040.000%2C20.000%20C40.000%2C21.730%2039.757%2C23.399%2039.344%2C25.000%20L25.000%2C25.000%20L25.000%2C39.344%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M23.000%2C39.751%20C22.019%2C39.899%2021.022%2C40.000%2020.000%2C40.000%20C18.978%2C40.000%2017.981%2C39.899%2017.000%2C39.751%20L17.000%2C23.000%20L0.249%2C23.000%20C0.101%2C22.019%200.000%2C21.022%200.000%2C20.000%20C0.000%2C18.978%200.101%2C17.981%200.249%2C17.000%20L17.000%2C17.000%20L17.000%2C0.249%20C17.981%2C0.101%2018.978%2C0.000%2020.000%2C0.000%20C21.022%2C0.000%2022.019%2C0.101%2023.000%2C0.249%20L23.000%2C17.000%20L39.751%2C17.000%20C39.899%2C17.981%2040.000%2C18.978%2040.000%2C20.000%20C40.000%2C21.022%2039.899%2C22.019%2039.751%2C23.000%20L23.000%2C23.000%20L23.000%2C39.751%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 119, tmp/styles/icons.less */
.ui-icon-lang-kk:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300afca%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fada05%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2220%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M33.060%2C24.164%20C33.626%2C24.339%2034.062%2C23.775%2034.559%2C23.608%20C34.937%2C23.422%2034.776%2C23.940%2034.658%2C24.112%20C34.158%2C24.880%2033.257%2C25.224%2032.546%2C25.754%20C32.129%2C25.908%2032.298%2C26.085%2032.665%2C26.020%20C32.845%2C26.013%2033.463%2C25.918%2033.192%2C26.222%20C32.598%2C26.662%2031.816%2C26.691%2031.154%2C26.984%20C31.545%2C27.124%2032.005%2C26.973%2032.371%2C27.144%20C31.922%2C27.496%2031.316%2C27.524%2030.781%2C27.667%20C30.359%2C27.709%2030.333%2C27.822%2030.771%2C27.858%20C30.955%2C27.905%2031.448%2C27.848%2031.432%2C28.053%20C30.805%2C28.268%2030.071%2C28.139%2029.489%2C28.502%20C29.517%2C28.653%2029.937%2C28.745%2030.133%2C28.827%20C30.550%2C28.969%2029.805%2C29.152%2029.663%2C29.321%20C28.588%2C30.012%2027.291%2C30.248%2026.032%2C30.151%20C27.040%2C30.049%2027.981%2C29.604%2028.782%2C28.992%20C29.140%2C28.869%2029.016%2C28.558%2028.931%2C28.280%20C29.212%2C28.304%2029.558%2C28.252%2029.718%2C28.006%20C29.293%2C27.761%2029.629%2C27.620%2029.950%2C27.545%20C30.117%2C27.485%2030.551%2C27.302%2030.254%2C27.117%20C30.294%2C26.829%2030.711%2C26.777%2030.927%2C26.629%20C31.328%2C26.485%2031.283%2C26.400%2030.889%2C26.329%20C31.316%2C25.953%2031.843%2C25.731%2032.305%2C25.407%20C32.668%2C25.231%2032.003%2C25.181%2031.829%2C25.140%20C32.141%2C24.799%2032.727%2C24.512%2032.623%2C23.964%20C32.320%2C23.953%2032.062%2C24.144%2031.763%2C24.151%20C32.129%2C23.782%2032.432%2C23.309%2032.464%2C22.775%20C32.020%2C22.676%2031.552%2C22.800%2031.160%2C23.017%20C30.331%2C23.513%2029.630%2C24.240%2029.116%2C25.060%20C29.019%2C25.337%2028.902%2C25.589%2028.600%2C25.684%20C27.252%2C26.436%2025.643%2C26.904%2024.696%2C28.213%20C23.452%2C28.562%2022.135%2C28.516%2020.895%2C28.895%20C20.260%2C29.023%2019.850%2C29.535%2019.377%2C29.931%20C18.596%2C30.481%2017.804%2C31.032%2016.897%2C31.347%20C16.885%2C31.352%2016.875%2C31.361%2016.863%2C31.366%20C16.880%2C31.358%2016.894%2C31.346%2016.913%2C31.346%20C16.980%2C31.346%2017.035%2C31.400%2017.035%2C31.468%20C17.035%2C31.536%2016.980%2C31.591%2016.913%2C31.591%20C16.846%2C31.591%2016.792%2C31.536%2016.792%2C31.468%20C16.792%2C31.437%2016.806%2C31.411%2016.824%2C31.389%20C16.589%2C31.523%2016.396%2C31.756%2016.133%2C31.514%20L16.133%2C31.514%20C16.132%2C31.441%2016.139%2C31.365%2016.173%2C31.300%20C16.563%2C30.788%2017.274%2C30.733%2017.820%2C30.459%20C19.037%2C30.069%2019.619%2C28.824%2020.580%2C28.080%20C20.977%2C27.937%2021.426%2C27.990%2021.841%2C27.899%20C23.383%2C27.672%2024.900%2C27.172%2026.258%2C26.396%20C29.223%2C24.670%2031.490%2C21.687%2032.157%2C18.275%20C32.085%2C17.930%2032.643%2C17.780%2032.724%2C18.129%20C32.896%2C18.910%2032.672%2C19.716%2032.544%2C20.490%20C33.113%2C19.656%2033.243%2C18.625%2033.521%2C17.674%20C33.647%2C17.440%2033.574%2C16.978%2033.880%2C16.922%20C34.266%2C16.869%2034.323%2C17.291%2034.325%2C17.578%20C34.309%2C18.971%2033.660%2C20.257%2033.033%2C21.465%20C33.749%2C20.867%2034.172%2C20.011%2034.729%2C19.277%20C34.895%2C18.957%2035.294%2C18.713%2035.614%2C18.980%20C35.812%2C19.327%2035.447%2C19.703%2035.311%2C20.015%20C34.677%2C21.066%2033.951%2C22.079%2033.073%2C22.935%20C33.990%2C22.498%2034.638%2C21.676%2035.355%2C20.979%20C35.496%2C20.705%2036.037%2C20.743%2035.998%2C21.091%20C35.236%2C22.299%2034.175%2C23.292%2033.060%2C24.164%20ZM27.860%2C15.883%20C27.860%2C15.468%2028.121%2C15.313%2028.429%2C15.313%20C28.840%2C15.313%2030.794%2C15.883%2030.794%2C15.883%20C30.794%2C15.883%2028.840%2C16.452%2028.429%2C16.452%20C28.121%2C16.452%2027.865%2C16.297%2027.860%2C15.883%20ZM27.709%2C14.337%20C27.629%2C13.931%2027.856%2C13.727%2028.158%2C13.666%20C28.560%2C13.586%2030.587%2C13.759%2030.587%2C13.759%20C30.587%2C13.759%2028.780%2C14.703%2028.378%2C14.784%20C28.076%2C14.845%2027.794%2C14.743%2027.709%2C14.337%20ZM27.263%2C12.852%20C27.106%2C12.469%2027.289%2C12.224%2027.573%2C12.105%20C27.952%2C11.947%2029.974%2C11.718%2029.974%2C11.718%20C29.974%2C11.718%2028.384%2C12.999%2028.005%2C13.158%20C27.720%2C13.277%2027.425%2C13.232%2027.263%2C12.852%20ZM27.325%2C11.637%20C27.069%2C11.809%2026.770%2C11.824%2026.538%2C11.482%20C26.310%2C11.138%2026.442%2C10.862%2026.698%2C10.689%20C27.039%2C10.459%2028.978%2C9.836%2028.978%2C9.836%20C28.978%2C9.836%2027.666%2C11.406%2027.325%2C11.637%20ZM25.562%2C10.282%20C25.272%2C9.989%2025.348%2C9.692%2025.566%2C9.473%20C25.856%2C9.180%2027.637%2C8.187%2027.637%2C8.187%20C27.637%2C8.187%2026.654%2C9.985%2026.364%2C10.279%20C26.146%2C10.498%2025.856%2C10.572%2025.562%2C10.282%20ZM24.374%2C9.297%20C24.032%2C9.067%2024.050%2C8.761%2024.221%2C8.503%20C24.449%2C8.158%2026.004%2C6.834%2026.004%2C6.834%20C26.004%2C6.834%2025.387%2C8.791%2025.159%2C9.136%20C24.988%2C9.394%2024.718%2C9.523%2024.374%2C9.297%20ZM23.017%2C8.565%20C22.638%2C8.407%2022.596%2C8.103%2022.714%2C7.816%20C22.871%2C7.433%2024.140%2C5.828%2024.140%2C5.828%20C24.140%2C5.828%2023.914%2C7.869%2023.757%2C8.252%20C23.639%2C8.539%2023.399%2C8.719%2023.017%2C8.565%20ZM21.546%2C8.115%20C21.143%2C8.034%2021.044%2C7.744%2021.104%2C7.440%20C21.184%2C7.033%2022.118%2C5.209%2022.118%2C5.209%20C22.118%2C5.209%2022.291%2C7.255%2022.211%2C7.662%20C22.151%2C7.967%2021.950%2C8.190%2021.546%2C8.115%20ZM20.016%2C7.962%20C19.605%2C7.962%2019.451%2C7.698%2019.451%2C7.387%20C19.451%2C6.973%2020.016%2C5.000%2020.016%2C5.000%20C20.016%2C5.000%2020.580%2C6.973%2020.580%2C7.387%20C20.580%2C7.698%2020.426%2C7.957%2020.016%2C7.962%20ZM18.485%2C8.115%20C18.083%2C8.195%2017.881%2C7.967%2017.821%2C7.662%20C17.741%2C7.255%2017.913%2C5.209%2017.913%2C5.209%20C17.913%2C5.209%2018.848%2C7.033%2018.928%2C7.440%20C18.988%2C7.744%2018.887%2C8.029%2018.485%2C8.115%20ZM17.014%2C8.565%20C16.635%2C8.724%2016.392%2C8.539%2016.275%2C8.252%20C16.117%2C7.869%2015.891%2C5.828%2015.891%2C5.828%20C15.891%2C5.828%2017.160%2C7.433%2017.317%2C7.816%20C17.435%2C8.103%2017.391%2C8.402%2017.014%2C8.565%20ZM15.658%2C9.297%20C15.316%2C9.527%2015.043%2C9.394%2014.872%2C9.136%20C14.644%2C8.791%2014.027%2C6.834%2014.027%2C6.834%20C14.027%2C6.834%2015.582%2C8.158%2015.811%2C8.503%20C15.982%2C8.761%2015.996%2C9.063%2015.658%2C9.297%20ZM14.469%2C10.282%20C14.179%2C10.575%2013.885%2C10.498%2013.667%2C10.279%20C13.377%2C9.985%2012.394%2C8.187%2012.394%2C8.187%20C12.394%2C8.187%2014.175%2C9.180%2014.465%2C9.473%20C14.683%2C9.692%2014.756%2C9.985%2014.469%2C10.282%20ZM13.493%2C11.482%20C13.265%2C11.827%2012.962%2C11.809%2012.706%2C11.637%20C12.365%2C11.406%2011.054%2C9.836%2011.054%2C9.836%20C11.054%2C9.836%2012.992%2C10.459%2013.333%2C10.689%20C13.589%2C10.862%2013.717%2C11.135%2013.493%2C11.482%20ZM12.769%2C12.852%20C12.612%2C13.234%2012.311%2C13.277%2012.027%2C13.158%20C11.647%2C12.999%2010.057%2C11.718%2010.057%2C11.718%20C10.057%2C11.718%2012.079%2C11.947%2012.458%2C12.105%20C12.743%2C12.224%2012.921%2C12.467%2012.769%2C12.852%20ZM11.874%2C13.666%20C12.176%2C13.727%2012.397%2C13.930%2012.322%2C14.337%20C12.242%2C14.744%2011.955%2C14.845%2011.654%2C14.784%20C11.251%2C14.703%209.444%2C13.759%209.444%2C13.759%20C9.444%2C13.759%2011.471%2C13.586%2011.874%2C13.666%20ZM12.171%2C15.883%20C12.171%2C16.297%2011.910%2C16.452%2011.602%2C16.452%20C11.192%2C16.452%209.237%2C15.883%209.237%2C15.883%20C9.237%2C15.883%2011.192%2C15.313%2011.602%2C15.313%20C11.910%2C15.313%2012.166%2C15.468%2012.171%2C15.883%20ZM19.451%2C24.378%20C19.451%2C24.067%2019.605%2C23.808%2020.016%2C23.803%20C20.426%2C23.803%2020.580%2C24.067%2020.580%2C24.378%20C20.580%2C24.792%2020.016%2C26.765%2020.016%2C26.765%20C20.016%2C26.765%2019.451%2C24.792%2019.451%2C24.378%20ZM18.485%2C23.650%20C18.888%2C23.731%2018.988%2C24.021%2018.928%2C24.325%20C18.848%2C24.732%2017.913%2C26.556%2017.913%2C26.556%20C17.913%2C26.556%2017.741%2C24.510%2017.821%2C24.103%20C17.881%2C23.798%2018.082%2C23.575%2018.485%2C23.650%20ZM13.667%2C21.486%20C13.885%2C21.267%2014.175%2C21.193%2014.469%2C21.483%20C14.759%2C21.776%2014.683%2C22.073%2014.465%2C22.292%20C14.175%2C22.585%2012.394%2C23.578%2012.394%2C23.578%20C12.394%2C23.578%2013.377%2C21.780%2013.667%2C21.486%20ZM17.014%2C23.200%20C17.393%2C23.358%2017.435%2C23.662%2017.317%2C23.949%20C17.160%2C24.332%2015.891%2C25.937%2015.891%2C25.937%20C15.891%2C25.937%2016.117%2C23.896%2016.275%2C23.513%20C16.392%2C23.226%2016.633%2C23.046%2017.014%2C23.200%20ZM14.027%2C24.931%20C14.027%2C24.931%2014.644%2C22.974%2014.872%2C22.629%20C15.043%2C22.371%2015.314%2C22.242%2015.658%2C22.468%20C15.999%2C22.698%2015.982%2C23.004%2015.811%2C23.262%20C15.582%2C23.607%2014.027%2C24.931%2014.027%2C24.931%20ZM13.493%2C20.283%20C13.721%2C20.627%2013.589%2C20.903%2013.333%2C21.076%20C12.992%2C21.306%2011.053%2C21.929%2011.053%2C21.929%20C11.053%2C21.929%2012.365%2C20.359%2012.706%2C20.128%20C12.962%2C19.956%2013.261%2C19.941%2013.493%2C20.283%20ZM9.444%2C18.006%20C9.444%2C18.006%2011.251%2C17.062%2011.654%2C16.981%20C11.955%2C16.920%2012.237%2C17.022%2012.322%2C17.428%20C12.402%2C17.834%2012.176%2C18.038%2011.874%2C18.099%20C11.471%2C18.179%209.444%2C18.006%209.444%2C18.006%20ZM12.769%2C18.913%20C12.926%2C19.296%2012.743%2C19.541%2012.458%2C19.660%20C12.079%2C19.818%2010.057%2C20.047%2010.057%2C20.047%20C10.057%2C20.047%2011.647%2C18.766%2012.027%2C18.607%20C12.311%2C18.488%2012.607%2C18.533%2012.769%2C18.913%20ZM23.017%2C23.200%20C23.397%2C23.041%2023.639%2C23.226%2023.757%2C23.513%20C23.914%2C23.896%2024.140%2C25.937%2024.140%2C25.937%20C24.140%2C25.937%2022.871%2C24.332%2022.714%2C23.949%20C22.596%2C23.662%2022.640%2C23.363%2023.017%2C23.200%20ZM24.221%2C23.262%20C24.050%2C23.004%2024.035%2C22.702%2024.374%2C22.468%20C24.715%2C22.238%2024.988%2C22.371%2025.159%2C22.629%20C25.387%2C22.974%2026.004%2C24.931%2026.004%2C24.931%20C26.004%2C24.931%2024.449%2C23.607%2024.221%2C23.262%20ZM25.562%2C21.483%20C25.853%2C21.190%2026.146%2C21.267%2026.364%2C21.486%20C26.654%2C21.780%2027.637%2C23.578%2027.637%2C23.578%20C27.637%2C23.578%2025.856%2C22.585%2025.566%2C22.292%20C25.348%2C22.073%2025.276%2C21.780%2025.562%2C21.483%20ZM26.538%2C20.283%20C26.766%2C19.938%2027.069%2C19.956%2027.325%2C20.128%20C27.666%2C20.359%2028.978%2C21.929%2028.978%2C21.929%20C28.978%2C21.929%2027.039%2C21.306%2026.698%2C21.076%20C26.442%2C20.903%2026.314%2C20.630%2026.538%2C20.283%20ZM27.709%2C17.428%20C27.789%2C17.021%2028.076%2C16.920%2028.378%2C16.981%20C28.780%2C17.062%2030.587%2C18.006%2030.587%2C18.006%20C30.587%2C18.006%2028.560%2C18.179%2028.158%2C18.099%20C27.856%2C18.038%2027.634%2C17.835%2027.709%2C17.428%20ZM27.263%2C18.913%20C27.420%2C18.531%2027.720%2C18.488%2028.005%2C18.607%20C28.384%2C18.766%2029.974%2C20.047%2029.974%2C20.047%20C29.974%2C20.047%2027.952%2C19.818%2027.573%2C19.660%20C27.289%2C19.541%2027.110%2C19.298%2027.263%2C18.913%20ZM22.211%2C24.103%20C22.291%2C24.510%2022.118%2C26.556%2022.118%2C26.556%20C22.118%2C26.556%2021.184%2C24.732%2021.104%2C24.325%20C21.044%2C24.021%2021.144%2C23.736%2021.546%2C23.650%20C21.949%2C23.570%2022.151%2C23.798%2022.211%2C24.103%20ZM13.113%2C15.883%20C13.113%2C12.033%2016.203%2C8.913%2020.016%2C8.913%20C23.828%2C8.913%2026.918%2C12.033%2026.918%2C15.883%20C26.918%2C19.732%2023.828%2C22.852%2020.016%2C22.852%20C16.203%2C22.852%2013.113%2C19.732%2013.113%2C15.883%20ZM12.837%2C25.822%20C14.699%2C27.112%2016.909%2C27.881%2019.164%2C28.016%20C19.368%2C28.034%2019.572%2C28.040%2019.776%2C28.052%20L19.776%2C28.053%20C19.596%2C28.382%2019.491%2C28.760%2019.260%2C29.055%20C18.565%2C28.417%2017.558%2C28.438%2016.677%2C28.395%20C15.950%2C28.356%2015.159%2C28.288%2014.596%2C27.764%20C14.004%2C27.275%2013.521%2C26.639%2012.859%2C26.242%20C12.255%2C26.076%2011.647%2C25.869%2011.161%2C25.451%20C10.124%2C24.597%209.530%2C23.330%208.516%2C22.450%20C8.323%2C22.258%208.095%2C22.109%207.879%2C21.946%20C7.673%2C21.997%207.766%2C22.445%207.514%2C22.217%20C7.377%2C22.118%207.035%2C22.109%207.004%2C22.246%20C7.314%2C22.658%207.624%2C23.129%207.667%2C23.657%20C7.456%2C23.678%207.080%2C23.611%206.975%2C23.691%20C7.256%2C24.116%207.615%2C24.492%208.024%2C24.792%20C7.828%2C24.824%207.442%2C24.807%207.367%2C24.887%20C7.772%2C25.221%208.208%2C25.562%208.739%2C25.648%20C8.848%2C25.792%208.580%2C26.072%208.805%2C26.195%20C8.936%2C26.249%209.367%2C26.339%209.070%2C26.489%20C8.866%2C26.628%208.942%2C26.951%209.202%2C26.944%20C9.367%2C27.029%209.737%2C27.049%209.765%2C27.196%20C9.619%2C27.346%209.165%2C27.524%209.552%2C27.665%20C9.913%2C27.867%2010.325%2C27.998%2010.737%2C28.013%20C10.530%2C28.188%2010.275%2C28.288%2010.062%2C28.454%20C11.014%2C29.017%2012.069%2C29.387%2013.111%2C29.744%20C13.526%2C29.884%2013.946%2C30.015%2014.377%2C30.097%20C13.126%2C30.024%2011.918%2C29.651%2010.779%2C29.139%20C10.189%2C28.878%209.595%2C28.625%208.990%2C28.400%20C9.255%2C28.261%209.562%2C28.227%209.837%2C28.106%20C9.266%2C27.991%208.643%2C27.953%208.141%2C27.636%20C8.218%2C27.497%208.509%2C27.491%208.671%2C27.420%20C8.974%2C27.347%209.162%2C27.258%208.734%2C27.231%20C8.303%2C27.113%207.809%2C27.166%207.429%2C26.904%20C7.453%2C26.746%207.851%2C26.801%208.013%2C26.733%20C8.217%2C26.698%208.443%2C26.668%208.606%2C26.529%20C7.940%2C26.250%207.068%2C26.448%206.546%2C25.854%20C6.425%2C25.627%206.920%2C25.810%207.060%2C25.772%20C7.418%2C25.772%207.803%2C25.887%208.143%2C25.741%20C7.172%2C25.311%206.131%2C24.907%205.391%2C24.111%20C5.308%2C23.983%205.062%2C23.633%205.261%2C23.590%20C5.837%2C23.667%206.255%2C24.302%206.871%2C24.203%20C6.953%2C24.092%206.513%2C23.909%206.403%2C23.750%20C5.504%2C22.971%204.631%2C22.125%204.001%2C21.105%20C3.958%2C20.764%204.488%2C20.713%204.628%2C20.976%20C5.316%2C21.645%205.937%2C22.425%206.793%2C22.882%20C7.097%2C23.030%206.619%2C22.706%206.555%2C22.588%20C5.764%2C21.660%205.010%2C20.680%204.457%2C19.587%20C4.358%2C19.390%204.194%2C19.033%204.490%2C18.929%20C4.786%2C18.779%205.080%2C18.983%205.231%2C19.240%20C5.812%2C19.981%206.241%2C20.861%206.965%2C21.479%20C6.348%2C20.269%205.689%2C18.995%205.673%2C17.603%20C5.687%2C17.333%205.704%2C16.924%206.067%2C16.936%20C6.371%2C16.889%206.323%2C17.282%206.423%2C17.470%20C6.723%2C18.493%206.854%2C19.600%207.455%2C20.503%20C7.322%2C19.744%207.127%2C18.963%207.257%2C18.192%20C7.287%2C17.938%207.569%2C17.862%207.753%2C18.015%20C7.902%2C18.383%207.933%2C18.838%208.069%2C19.232%20C8.842%2C21.900%2010.577%2C24.247%2012.837%2C25.822%20ZM16.139%2C31.567%20C16.181%2C31.595%2016.226%2C31.619%2016.272%2C31.638%20C16.318%2C31.657%2016.368%2C31.673%2016.416%2C31.686%20C16.458%2C31.692%2016.503%2C31.692%2016.551%2C31.686%20C16.597%2C31.681%2016.647%2C31.673%2016.694%2C31.660%20C16.734%2C31.695%2016.776%2C31.724%2016.823%2C31.740%20C16.867%2C31.757%2016.915%2C31.759%2016.961%2C31.757%20C17.007%2C31.754%2017.054%2C31.745%2017.095%2C31.724%20C17.137%2C31.704%2017.173%2C31.671%2017.207%2C31.633%20C17.233%2C31.605%2017.266%2C31.560%2017.276%2C31.524%20C17.288%2C31.486%2017.293%2C31.441%2017.293%2C31.395%20C17.293%2C31.350%2017.286%2C31.305%2017.276%2C31.260%20L17.437%2C31.244%20L17.532%2C31.229%20C17.772%2C31.189%2018.003%2C31.104%2018.244%2C31.072%20C18.420%2C31.015%2018.599%2C30.991%2018.784%2C30.980%20C18.603%2C31.118%2018.430%2C31.265%2018.244%2C31.395%20C18.350%2C31.420%2018.452%2C31.443%2018.558%2C31.460%20C18.427%2C31.616%2018.283%2C31.762%2018.163%2C31.930%20C18.329%2C31.997%2018.509%2C32.035%2018.688%2C32.021%20C18.791%2C32.014%2018.895%2C31.990%2018.993%2C31.956%20C19.058%2C31.885%2019.121%2C31.951%2019.189%2C31.978%20C19.446%2C32.082%2019.730%2C32.085%2020.002%2C32.113%20L20.980%2C32.113%20C21.101%2C32.128%2021.230%2C32.130%2021.339%2C32.194%20C21.305%2C32.229%2021.214%2C32.232%2021.156%2C32.248%20C20.915%2C32.289%2020.669%2C32.234%2020.424%2C32.227%20C19.911%2C32.208%2019.398%2C32.201%2018.885%2C32.194%20C18.340%2C32.201%2017.794%2C32.213%2017.250%2C32.270%20C16.876%2C32.299%2016.491%2C32.330%2016.144%2C32.486%20C16.065%2C32.569%2016.123%2C32.405%2016.133%2C32.361%20C16.176%2C32.279%2016.190%2C32.222%2016.086%2C32.275%20C15.962%2C32.308%2015.841%2C32.367%2015.744%2C32.448%20C15.685%2C32.469%2015.670%2C32.620%2015.651%2C32.588%20C15.600%2C32.475%2015.569%2C32.348%2015.578%2C32.227%20C15.591%2C32.128%2015.603%2C32.033%2015.663%2C31.951%20C15.769%2C31.769%2015.964%2C31.671%2016.139%2C31.567%20ZM19.599%2C32.690%20C20.886%2C32.531%2022.240%2C32.824%2023.478%2C32.355%20C23.679%2C32.232%2024.163%2C32.058%2023.991%2C31.773%20C23.838%2C31.548%2024.388%2C31.636%2024.441%2C31.373%20C24.409%2C31.040%2024.694%2C31.086%2024.973%2C31.056%20C26.224%2C31.002%2027.459%2C31.268%2028.706%2C31.313%20C28.800%2C31.926%2028.126%2C32.357%2027.584%2C32.168%20C27.324%2C32.210%2026.936%2C31.566%2027.012%2C32.035%20C26.960%2C32.281%2026.996%2C32.605%2026.774%2C32.770%20L26.774%2C32.769%20C26.402%2C32.995%2026.118%2C32.595%2025.808%2C32.476%20C25.586%2C32.597%2025.565%2C33.004%2025.358%2C33.197%20C25.110%2C33.482%2024.806%2C33.117%2024.828%2C32.836%20C24.532%2C33.089%2024.382%2C33.661%2023.902%2C33.585%20C23.675%2C33.397%2023.506%2C33.004%2023.332%2C33.452%20C23.190%2C33.670%2022.813%2C33.982%2022.618%2C33.651%20C22.558%2C33.360%2022.413%2C33.017%2022.256%2C33.480%20C22.148%2C33.808%2021.802%2C34.049%2021.467%2C33.905%20C21.284%2C33.754%2021.614%2C33.194%2021.380%2C33.234%20C21.032%2C33.467%2020.829%2C34.045%2020.342%2C33.999%20C20.153%2C33.785%2020.457%2C33.422%2020.249%2C33.184%20C20.005%2C33.501%2019.733%2C33.965%2019.310%2C33.999%20C19.105%2C33.831%2019.318%2C33.351%2019.187%2C33.280%20C18.753%2C33.543%2018.294%2C34.012%2017.748%2C33.865%20C17.961%2C33.043%2018.851%2C32.755%2019.599%2C32.690%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 123, tmp/styles/icons.less */
.ui-icon-lang-ro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230042b1%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ce0029%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2220%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M13.000%2C38.325%20L13.000%2C1.675%20C15.451%2C0.604%2018.154%2C0.000%2021.000%2C0.000%20C23.846%2C0.000%2026.549%2C0.604%2029.000%2C1.675%20L29.000%2C38.325%20C26.549%2C39.396%2023.847%2C40.000%2021.001%2C40.000%20L20.999%2C40.000%20C18.153%2C40.000%2015.451%2C39.396%2013.000%2C38.325%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M27.000%2C38.716%20L27.000%2C1.284%20C34.588%2C4.125%2040.000%2C11.421%2040.000%2C20.000%20C40.000%2C28.579%2034.588%2C35.875%2027.000%2C38.716%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 127, tmp/styles/icons.less */
.ui-icon-lang-ru:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(4%204)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2020C0%2012.5231%200%208.78461%201.60769%206C2.66091%204.17577%204.17577%202.66091%206%201.60769C8.78461%200%2012.5231%200%2020%200C27.4769%200%2031.2154%200%2034%201.60769C35.8242%202.66091%2037.3391%204.17577%2038.3923%206C40%208.78461%2040%2012.5231%2040%2020C40%2027.4769%2040%2031.2154%2038.3923%2034C37.3391%2035.8242%2035.8242%2037.3391%2034%2038.3923C31.2154%2040%2027.4769%2040%2020%2040C12.5231%2040%208.78461%2040%206%2038.3923C4.17577%2037.3391%202.66091%2035.8242%201.60769%2034C0%2031.2154%200%2027.4769%200%2020Z%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.5%2020C0.5%2016.2523%200.500479%2013.475%200.698921%2011.2855C0.89674%209.10288%201.28812%207.55352%202.04071%206.25C3.05004%204.50178%204.50178%203.05004%206.25%202.04071C7.55352%201.28812%209.10288%200.89674%2011.2855%200.698921C13.475%200.500479%2016.2523%200.5%2020%200.5C23.7477%200.5%2026.525%200.500479%2028.7145%200.698921C30.8971%200.89674%2032.4465%201.28812%2033.75%202.04071C35.4982%203.05004%2036.95%204.50178%2037.9593%206.25C38.7119%207.55352%2039.1033%209.10288%2039.3011%2011.2855C39.4995%2013.475%2039.5%2016.2523%2039.5%2020C39.5%2023.7477%2039.4995%2026.525%2039.3011%2028.7145C39.1033%2030.8971%2038.7119%2032.4465%2037.9593%2033.75C36.95%2035.4982%2035.4982%2036.95%2033.75%2037.9593C32.4465%2038.7119%2030.8971%2039.1033%2028.7145%2039.3011C26.525%2039.4995%2023.7477%2039.5%2020%2039.5C16.2523%2039.5%2013.475%2039.4995%2011.2855%2039.3011C9.10288%2039.1033%207.55352%2038.7119%206.25%2037.9593C4.50178%2036.95%203.05004%2035.4982%202.04071%2033.75C1.28812%2032.4465%200.89674%2030.8971%200.698921%2028.7145C0.500479%2026.525%200.5%2023.7477%200.5%2020Z%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3D%22%235C5C5C%22%20stroke-opacity%3D%220.07%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.376%2014.328H14.088C15.24%2014.328%2016.104%2014.5253%2016.68%2014.92C17.4587%2015.4427%2017.848%2016.232%2017.848%2017.288C17.848%2018.1093%2017.5973%2018.792%2017.096%2019.336C16.6053%2019.88%2015.96%2020.1787%2015.16%2020.232L18.552%2025H17.112L13.864%2020.328H13.56V25H12.376V14.328ZM13.56%2015.448V19.272H14.312C15.048%2019.272%2015.624%2019.1013%2016.04%2018.76C16.456%2018.4187%2016.664%2017.9387%2016.664%2017.32C16.664%2016.5947%2016.3813%2016.072%2015.816%2015.752C15.4533%2015.5493%2014.9413%2015.448%2014.28%2015.448H13.56ZM21.5913%2014.328V20.872C21.5913%2021.2773%2021.5966%2021.592%2021.6073%2021.816C21.6286%2022.04%2021.7033%2022.3173%2021.8313%2022.648C21.9699%2022.968%2022.1726%2023.24%2022.4393%2023.464C22.9193%2023.8693%2023.5059%2024.072%2024.1993%2024.072C24.8926%2024.072%2025.4793%2023.8693%2025.9593%2023.464C26.2259%2023.24%2026.4233%2022.968%2026.5513%2022.648C26.6899%2022.3173%2026.7646%2022.04%2026.7753%2021.816C26.7966%2021.592%2026.8073%2021.2773%2026.8073%2020.872V14.328H27.9913V21.192C27.9913%2022.28%2027.7673%2023.1333%2027.3193%2023.752C26.9886%2024.2%2026.5513%2024.552%2026.0073%2024.808C25.4739%2025.064%2024.8713%2025.192%2024.1993%2025.192C23.5273%2025.192%2022.9193%2025.064%2022.3753%2024.808C21.8419%2024.552%2021.4099%2024.2%2021.0793%2023.752C20.6313%2023.1333%2020.4073%2022.28%2020.4073%2021.192V14.328H21.5913Z%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%2370787F%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 132, tmp/styles/icons.less */
.ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-email:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 136, tmp/styles/icons.less */
.ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-chart:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 140, tmp/styles/icons.less */
.ui-icon-history-by-token:after,
.ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-by-token:after,
.invert .ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-by-token:after,
.invert .ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-by-token:after,
.invert.main-menu-panel .ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-by-token:after,
.invert .btn-submit.ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-by-token:after,
.btn-submit.ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-by-token:after,
.settings-page .btn-submit.ui-icon-sms:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 145, tmp/styles/icons.less */
.ui-icon-close:after,
.ui-icon-cancel:after,
.ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-close:after,
.invert .ui-icon-cancel:after,
.invert .ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-close:after,
.invert .ui-icon-cancel:after,
.invert .ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-close:after,
.invert.main-menu-panel .ui-icon-cancel:after,
.invert.main-menu-panel .ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-close:after,
.invert .btn-submit.ui-icon-cancel:after,
.invert .btn-submit.ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-close:after,
.btn-submit.ui-icon-cancel:after,
.btn-submit.ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-close:after,
.settings-page .btn-submit.ui-icon-cancel:after,
.settings-page .btn-submit.ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 151, tmp/styles/icons.less */
.ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23007054%22%20fill%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23007054%22%20fill%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-star:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23007054%22%20fill%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 156, tmp/styles/icons.less */
.ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-star-empty:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C6l3.6%2C7.2l8%2C1.2L23.8%2C20l1.4%2C8L18%2C24.2L10.9%2C28l1.4-8l-5.8-5.6l8-1.2%0A%09L18%2C6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 159, tmp/styles/icons.less */
.ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23007054%22%20fill%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23007054%22%20fill%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-star-empty.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23007054%22%20fill%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 164, tmp/styles/icons.less */
.ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 168, tmp/styles/icons.less */
.app-message.success-message:after,
.ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .app-message.success-message:after,
.invert .ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .app-message.success-message:after,
.invert .ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .app-message.success-message:after,
.invert.main-menu-panel .ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.app-message.success-message:after,
.invert .btn-submit.ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.app-message.success-message:after,
.btn-submit.ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.app-message.success-message:after,
.settings-page .btn-submit.ui-icon-success:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 173, tmp/styles/icons.less */
.app-error .error:after,
.save-status.error .app-message:after,
.ajax-error .ajax-error-message:after,
.app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .app-error .error:after,
.invert .save-status.error .app-message:after,
.invert .ajax-error .ajax-error-message:after,
.invert .app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .app-error .error:after,
.invert .save-status.error .app-message:after,
.invert .ajax-error .ajax-error-message:after,
.invert .app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .app-error .error:after,
.invert.main-menu-panel .save-status.error .app-message:after,
.invert.main-menu-panel .ajax-error .ajax-error-message:after,
.invert.main-menu-panel .app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.app-error .error:after,
.invert .btn-submit.save-status.error .app-message:after,
.invert .btn-submit.ajax-error .ajax-error-message:after,
.invert .btn-submit.app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.app-error .error:after,
.btn-submit.save-status.error .app-message:after,
.btn-submit.ajax-error .ajax-error-message:after,
.btn-submit.app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.app-error .error:after,
.settings-page .btn-submit.save-status.error .app-message:after,
.settings-page .btn-submit.ajax-error .ajax-error-message:after,
.settings-page .btn-submit.app-message.error-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 180, tmp/styles/icons.less */
.app-message.offline-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C10.303%2C40.000%202.222%2C33.098%200.392%2C23.939%20C0.592%2C23.969%200.792%2C24.000%201.000%2C24.000%20C3.209%2C24.000%205.000%2C22.209%205.000%2C20.000%20C5.000%2C17.791%203.209%2C16.000%201.000%2C16.000%20C0.792%2C16.000%200.592%2C16.031%200.392%2C16.061%20C2.222%2C6.903%2010.303%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM13.000%2C16.000%20C10.791%2C16.000%209.000%2C17.791%209.000%2C20.000%20C9.000%2C22.209%2010.791%2C24.000%2013.000%2C24.000%20C15.209%2C24.000%2017.000%2C22.209%2017.000%2C20.000%20C17.000%2C17.791%2015.209%2C16.000%2013.000%2C16.000%20ZM32.526%2C12.646%20L27.954%2C17.218%20L23.420%2C12.684%20C22.638%2C11.902%2021.370%2C11.902%2020.588%2C12.684%20C19.805%2C13.467%2019.805%2C14.735%2020.588%2C15.517%20L25.121%2C20.050%20L20.646%2C24.525%20C19.865%2C25.307%2019.865%2C26.573%2020.646%2C27.354%20C21.427%2C28.135%2022.693%2C28.135%2023.475%2C27.354%20L27.950%2C22.879%20L32.483%2C27.413%20C33.265%2C28.195%2034.533%2C28.195%2035.316%2C27.413%20C36.098%2C26.630%2036.098%2C25.362%2035.316%2C24.580%20L30.782%2C20.047%20L35.354%2C15.475%20C36.135%2C14.693%2036.135%2C13.427%2035.354%2C12.646%20C34.573%2C11.865%2033.307%2C11.865%2032.526%2C12.646%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 184, tmp/styles/icons.less */
.ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-reload:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 188, tmp/styles/icons.less */
.ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-certificate:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2226%2C4%2026%2C4%20%0A%0926%2C28%206%2C28%206%2C4%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%228%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%228%22%20x2%3D%2218.5%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2217%22%20x2%3D%2215.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2217%22%20x2%3D%2219.5%22%20y2%3D%2217%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.5%22%20y1%3D%2211%22%20x2%3D%2222%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2212%22%20y2%3D%2211%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221%22%20y1%3D%228%22%20x2%3D%2222%22%20y2%3D%228%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2219%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2221.5%22%20y1%3D%2214%22%20x2%3D%2222%22%20y2%3D%2214%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C23l1-1l1%2C1l1-0.3%0A%09c0.6-0.2%2C1.3-0.2%2C1.9%2C0l1%2C0.3%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.4%2C23%0A%09%09c0%2C0.1-0.8%2C0-0.8%2C0.1c0%2C0.1%2C0.8%2C0.3%2C0.8%2C0.4c0%2C0.1-0.8-0.2-0.8-0.2c0%2C0.1%2C0.6%2C0.6%2C0.6%2C0.6c0%2C0-0.7-0.5-0.7-0.5c0%2C0%2C0.4%2C0.8%2C0.3%2C0.8%0A%09%09c0%2C0-0.5-0.7-0.5-0.7c-0.1%2C0%2C0.1%2C0.8%2C0%2C0.9c-0.1%2C0-0.2-0.8-0.2-0.8c-0.1%2C0-0.2%2C0.8-0.2%2C0.8c-0.1%2C0%2C0.1-0.8%2C0-0.9%0A%09%09c-0.1%2C0-0.5%2C0.7-0.5%2C0.7c-0.1%2C0%2C0.4-0.7%2C0.3-0.8c0%2C0-0.7%2C0.5-0.7%2C0.5c0%2C0%2C0.6-0.6%2C0.6-0.6c0%2C0-0.8%2C0.3-0.8%2C0.2%0A%09%09c0-0.1%2C0.8-0.3%2C0.8-0.4c0-0.1-0.8%2C0-0.8-0.1c0-0.1%2C0.8%2C0%2C0.8-0.1c0-0.1-0.8-0.3-0.8-0.4c0-0.1%2C0.8%2C0.2%2C0.8%2C0.2%0A%09%09c0-0.1-0.6-0.6-0.6-0.6c0%2C0%2C0.7%2C0.5%2C0.7%2C0.5c0%2C0-0.4-0.8-0.3-0.8c0%2C0%2C0.5%2C0.7%2C0.5%2C0.7c0.1%2C0-0.1-0.8%2C0-0.9c0.1%2C0%2C0.2%2C0.8%2C0.2%2C0.8%0A%09%09c0.1%2C0%2C0.2-0.8%2C0.2-0.8c0.1%2C0-0.1%2C0.8%2C0%2C0.9c0.1%2C0%2C0.5-0.7%2C0.5-0.7c0.1%2C0-0.4%2C0.7-0.3%2C0.8c0%2C0%2C0.7-0.5%2C0.7-0.5c0%2C0-0.6%2C0.6-0.6%2C0.6%0A%09%09c0%2C0%2C0.8-0.3%2C0.8-0.2c0%2C0.1-0.8%2C0.3-0.8%2C0.4C11.6%2C23%2C12.4%2C22.9%2C12.4%2C23z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 192, tmp/styles/icons.less */
.ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-card-order:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5%2021a1.5%201.5%200%200%201-1.5%201.5H13a1.5%201.5%200%200%201-1.5-1.5v-9a1.5%201.5%200%200%201%201.5-1.5h15a1.5%201.5%200%200%201%201.5%201.5v9zM11.5%2014.5h18M7.5%2012.5h-6M7.5%2020.5h-2M7.5%2016.5h-4%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 196, tmp/styles/icons.less */
.ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23007054%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 40px !important;
  background-position: center;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23007054%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-credit-limit-orders:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M31.5776%2030.4073C29.7765%2030.4458%2028.252%2029.7779%2027.0289%2028.4676C26.7899%2028.2118%2026.7927%2027.7252%2026.6839%2027.3451C27.0421%2027.4516%2027.5006%2027.45%2027.7432%2027.6811C30.9493%2030.7303%2035.6359%2029.4132%2036.7802%2025.1176C37.4417%2022.6331%2035.8393%2019.8806%2033.252%2018.9941C30.8493%2018.1712%2028.7397%2018.6497%2027.0861%2020.5687C25.9984%2021.8308%2025.1479%2023.299%2024.1406%2024.636C23.0158%2026.1296%2021.9957%2027.76%2020.6391%2029.006C18.5291%2030.9432%2015.9925%2030.8173%2013.5331%2029.6475C11.1716%2028.5243%209.94288%2026.5332%2010.002%2023.9029C10.0644%2021.1208%2011.453%2019.1216%2013.9903%2018.0081C16.2763%2017.0046%2019.205%2017.613%2020.8929%2019.4653C21.1416%2019.7385%2021.1336%2020.2518%2021.2439%2020.6537C20.8826%2020.525%2020.4313%2020.4947%2020.1723%2020.253C16.943%2017.2382%2012.2656%2018.6165%2011.1712%2022.9274C10.4965%2025.5848%2012.4151%2028.4899%2015.2526%2029.1521C17.3843%2029.65%2019.2669%2029.216%2020.6751%2027.4937C21.7947%2026.1239%2022.7236%2024.5963%2023.7749%2023.1666C24.7258%2021.8729%2025.6159%2020.5044%2026.7315%2019.369C28.6569%2017.4094%2031.0608%2017.0836%2033.5809%2017.9603C35.9588%2018.7873%2037.4821%2020.4416%2037.915%2023.0351C38.5533%2026.8598%2035.5135%2030.4122%2031.5776%2030.4073Z%22%0A%20%20%20%20%20%20%20%20%20%20fill%3D%22%23007054%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 202, tmp/styles/icons.less */
.ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-home:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2C19L18%2C6l13%2C13%20M20%2C16c0-1.1-0.9-2-2-2%0A%09c-1.1%2C0-2%2C0.9-2%2C2v2h4V16z%20M8%2C16v14h8v-5c0-1.1%2C0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2v5h8V16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 206, tmp/styles/icons.less */
.ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 210, tmp/styles/icons.less */
.ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-deposit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M29.5%2C22.9c0.6%2C1.9%2C0.3%2C4-0.9%2C5.6s-3%2C2.6-5%2C2.6H12.4c-2%2C0-3.9-1-5-2.6%0A%09c-1.2-1.6-1.5-3.7-0.9-5.6l1.9-5.8c0.4-1.1%2C1.6-2.2%2C2.8-2.3h13.7c1.2%2C0.1%2C2.5%2C1.2%2C2.8%2C2.3L29.5%2C22.9z%22%2F%3E%0A%3Cline%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%2218%22%20y2%3D%227%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st1%22%20d%3D%22M8%2C12c2-1.3%2C4.3-2%2C6.6-2h6.8c2.4%2C0%2C4.6%2C0.7%2C6.6%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 214, tmp/styles/icons.less */
.ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-bonuses:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Icons_1_%22%3E%0A%09%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M7%2C12c0-2.8%2C2.2-5%2C5-5l0%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5l0%2C0c0%2C2.8-2.2%2C5-5%2C5l0%2C0%0A%09%09C9.2%2C17%2C7%2C14.8%2C7%2C12z%20M19%2C24c0%2C2.8%2C2.2%2C5%2C5%2C5l0%2C0c2.8%2C0%2C5-2.2%2C5-5l0%2C0c0-2.8-2.2-5-5-5l0%2C0C21.2%2C19%2C19%2C21.2%2C19%2C24z%20M9%2C24%0A%09%09c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0C10.3%2C21%2C9%2C22.3%2C9%2C24z%20M21%2C12c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3%0A%09%09l0%2C0c0-1.7-1.3-3-3-3l0%2C0C22.3%2C9%2C21%2C10.3%2C21%2C12z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 218, tmp/styles/icons.less */
.ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-applications-history:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C12h8%0A%09%20M14%2C16h8%20M14%2C20h8%20M14%2C24h8%20M9%2C29h18V7H9V29z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 222, tmp/styles/icons.less */
.ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-globe:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18c0-6.6%2C5.4-12%2C12-12s12%2C5.4%2C12%2C12s-5.4%2C12-12%2C12S6%2C24.6%2C6%2C18z%20M18%2C6%0A%09v24%20M6%2C18h24%20M18%2C6c-6.6%2C5-8%2C14.4-3%2C21c0.9%2C1.1%2C1.9%2C2.1%2C3%2C3%20M18%2C30c6.6-5%2C8-14.4%2C3-21c-0.9-1.1-1.9-2.1-3-3%20M10%2C9%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M26%2C27c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 226, tmp/styles/icons.less */
.ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-message:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 230, tmp/styles/icons.less */
.ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-settings:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24.5%2C8.4c0.4-0.2%2C0.8-0.1%2C1.1%2C0.2l1.9%2C1.9c0.3%2C0.3%2C0.4%2C0.7%2C0.2%2C1.1l-0.9%2C2%0A%09c-0.2%2C0.5%2C0%2C1.1%2C0.5%2C1.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C0.8c0.4%2C0.2%2C0.6%2C0.5%2C0.6%2C0.9v2.6c0%2C0.4-0.3%2C0.8-0.6%2C0.9L27.3%2C21c-0.5%2C0.2-0.8%2C0.8-0.6%2C1.3%0A%09c0%2C0%2C0%2C0%2C0%2C0l0.9%2C2c0.2%2C0.4%2C0.1%2C0.8-0.2%2C1.1l-1.9%2C1.9c-0.3%2C0.3-0.7%2C0.4-1.1%2C0.2l-2-0.9c-0.5-0.2-1.1%2C0-1.3%2C0.5c0%2C0%2C0%2C0%2C0%2C0l-0.8%2C2.1%0A%09c-0.2%2C0.4-0.5%2C0.6-0.9%2C0.6h-2.7c-0.4%2C0-0.8-0.3-0.9-0.6l-0.8-2.1c-0.2-0.5-0.8-0.8-1.3-0.6c0%2C0%2C0%2C0%2C0%2C0l-2%2C0.9%0A%09c-0.4%2C0.2-0.8%2C0.1-1.1-0.2l-1.9-1.9c-0.3-0.3-0.4-0.7-0.2-1.1l0.9-2c0.2-0.5%2C0-1.1-0.5-1.3c0%2C0%2C0%2C0%2C0%2C0l-2.1-0.8%0A%09C6.3%2C20.1%2C6%2C19.7%2C6%2C19.3v-2.6c0-0.4%2C0.3-0.8%2C0.6-0.9l2.1-0.8c0.5-0.2%2C0.8-0.8%2C0.6-1.3c0%2C0%2C0%2C0%2C0%2C0l-0.9-2c-0.2-0.4-0.1-0.8%2C0.2-1.1%0A%09l1.9-1.9c0.3-0.3%2C0.7-0.4%2C1.1-0.2l2%2C0.9c0.5%2C0.2%2C1.1%2C0%2C1.3-0.5c0%2C0%2C0%2C0%2C0%2C0l0.8-2.1c0.1-0.4%2C0.5-0.7%2C1-0.7h2.6%0A%09c0.4%2C0%2C0.8%2C0.2%2C0.9%2C0.6l0.8%2C2.1c0.2%2C0.5%2C0.8%2C0.8%2C1.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0L24.5%2C8.4z%20M18%2C22c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4%0A%09S15.8%2C22%2C18%2C22z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 234, tmp/styles/icons.less */
.ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-quotes:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.9%2C9v18%20M15.9%2C13%0A%09l-4-4l-4%2C4%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.1%2C9.1v17.8%0A%09%20M20.1%2C22.9l4%2C4l4-4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 238, tmp/styles/icons.less */
.ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-clock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 242, tmp/styles/icons.less */
.ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-exit:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C26.6H7V9.4h11%20M11.9%2C18H29%20M24.1%2C22.9L29%2C18l-4.9-4.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 246, tmp/styles/icons.less */
.ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 250, tmp/styles/icons.less */
.ui-input-search:after,
.ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-input-search:after,
.invert .ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-input-search:after,
.invert .ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-input-search:after,
.invert.main-menu-panel .ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-input-search:after,
.invert .btn-submit.ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-input-search:after,
.btn-submit.ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-input-search:after,
.settings-page .btn-submit.ui-icon-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 255, tmp/styles/icons.less */
.ui-icon-question:after,
.tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-question:after,
.invert .tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-question:after,
.invert .tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-question:after,
.invert.main-menu-panel .tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-question:after,
.invert .btn-submit.tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-question:after,
.btn-submit.tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-question:after,
.settings-page .btn-submit.tooltip-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 260, tmp/styles/icons.less */
.ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-contract:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 264, tmp/styles/icons.less */
.ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-applications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C21h12%20M12%2C17h12%20M12%2C13h12%20M20%2C25h4%20M25%2C7c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1%0A%09h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1h-2c0%2C0.6-0.4%2C1-1%2C1s-1-0.4-1-1H9v22h18V7H25z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 268, tmp/styles/icons.less */
.ui-icon-inline-block-enabled,
.ui-icon-block:after,
.ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-inline-block-enabled,
.invert .ui-icon-block:after,
.invert .ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-inline-block-enabled,
.invert .ui-icon-block:after,
.invert .ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-inline-block-enabled,
.invert.main-menu-panel .ui-icon-block:after,
.invert.main-menu-panel .ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-inline-block-enabled,
.invert .btn-submit.ui-icon-block:after,
.invert .btn-submit.ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-inline-block-enabled,
.btn-submit.ui-icon-block:after,
.btn-submit.ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-inline-block-enabled,
.settings-page .btn-submit.ui-icon-block:after,
.settings-page .btn-submit.ui-icon-lock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 274, tmp/styles/icons.less */
.ui-icon-unblock:after,
.ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-unblock:after,
.invert .ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-unblock:after,
.invert .ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-unblock:after,
.invert.main-menu-panel .ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-unblock:after,
.invert .btn-submit.ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-unblock:after,
.btn-submit.ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-unblock:after,
.settings-page .btn-submit.ui-icon-unlock:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M24%2C27c0%2C1.1-0.9%2C2-2%2C2H10c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M28%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M16%2C21v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 279, tmp/styles/icons.less */
.ui-icon-inline-block-enabled {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-block-enabled {
  display: inline-block;
}
/* line 283, tmp/styles/icons.less */
.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 287, tmp/styles/icons.less */
.ui-icon-transaction-window-activate:after,
.ui-icon-card-protection-active:after,
.ui-icon-transaction-window-enable:after,
.ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-transaction-window-activate:after,
.invert .ui-icon-card-protection-active:after,
.invert .ui-icon-transaction-window-enable:after,
.invert .ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-transaction-window-activate:after,
.invert .ui-icon-card-protection-active:after,
.invert .ui-icon-transaction-window-enable:after,
.invert .ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-transaction-window-activate:after,
.invert.main-menu-panel .ui-icon-card-protection-active:after,
.invert.main-menu-panel .ui-icon-transaction-window-enable:after,
.invert.main-menu-panel .ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-transaction-window-activate:after,
.invert .btn-submit.ui-icon-card-protection-active:after,
.invert .btn-submit.ui-icon-transaction-window-enable:after,
.invert .btn-submit.ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-transaction-window-activate:after,
.btn-submit.ui-icon-card-protection-active:after,
.btn-submit.ui-icon-transaction-window-enable:after,
.btn-submit.ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-transaction-window-activate:after,
.settings-page .btn-submit.ui-icon-card-protection-active:after,
.settings-page .btn-submit.ui-icon-transaction-window-enable:after,
.settings-page .btn-submit.ui-icon-inline-transaction-window-closed {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2C12l-6%2C6l-3-3%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 294, tmp/styles/icons.less */
.ui-icon-inline-transaction-window-closed {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-transaction-window-closed {
  display: inline-block;
}
/* line 298, tmp/styles/icons.less */
.ui-icon-card-protection-pause:after,
.ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-card-protection-pause:after,
.invert .ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-card-protection-pause:after,
.invert .ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-card-protection-pause:after,
.invert.main-menu-panel .ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-card-protection-pause:after,
.invert .btn-submit.ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-card-protection-pause:after,
.btn-submit.ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-card-protection-pause:after,
.settings-page .btn-submit.ui-icon-inline-transaction-window-open {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16%2C12v6%20M20%2C12v6%0A%09%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 303, tmp/styles/icons.less */
.ui-icon-inline-transaction-window-open {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-transaction-window-open {
  display: inline-block;
}
/* line 307, tmp/styles/icons.less */
.ui-icon-transaction-window-deactivate:after,
.ui-icon-card-protection-stop:after,
.ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-transaction-window-deactivate:after,
.invert .ui-icon-card-protection-stop:after,
.invert .ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-transaction-window-deactivate:after,
.invert .ui-icon-card-protection-stop:after,
.invert .ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-transaction-window-deactivate:after,
.invert.main-menu-panel .ui-icon-card-protection-stop:after,
.invert.main-menu-panel .ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-transaction-window-deactivate:after,
.invert .btn-submit.ui-icon-card-protection-stop:after,
.invert .btn-submit.ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-transaction-window-deactivate:after,
.btn-submit.ui-icon-card-protection-stop:after,
.btn-submit.ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-transaction-window-deactivate:after,
.settings-page .btn-submit.ui-icon-card-protection-stop:after,
.settings-page .btn-submit.ui-icon-transaction-window-disable:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09%09M6.7%2C7.4c7.4-1.9%2C15.2-1.9%2C22.6%2C0c0%2C9.2-4.4%2C17.5-11.3%2C22.6C11.1%2C24.8%2C6.7%2C16.6%2C6.7%2C7.4z%20M15%2C12l6%2C6%20M21%2C12l-6%2C6%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 313, tmp/styles/icons.less */
.ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-configureLimits:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 317, tmp/styles/icons.less */
.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-issuingCardVirt:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 321, tmp/styles/icons.less */
.ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-remove-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 325, tmp/styles/icons.less */
.ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-tdsEnroll:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C12h2l1%2C1v1l-1%2C1%0A%09l1%2C1v1l-1%2C1h-2%20M19%2C18h3l1-1v-4l-1-1h-3V18z%20M18%2C30c6.9-5.2%2C11.3-13.4%2C11.3-22.6c-7.4-1.9-15.2-1.9-22.6%2C0C6.7%2C16.6%2C11.1%2C24.8%2C18%2C30%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 329, tmp/styles/icons.less */
.app-message.information-message:after,
.ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .app-message.information-message:after,
.invert .ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .app-message.information-message:after,
.invert .ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .app-message.information-message:after,
.invert.main-menu-panel .ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.app-message.information-message:after,
.invert .btn-submit.ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.app-message.information-message:after,
.btn-submit.ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.app-message.information-message:after,
.settings-page .btn-submit.ui-icon-info:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18%2C16v10%20M18%2C12v-2%22%0A%09%2F%3E%0A%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 334, tmp/styles/icons.less */
.ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-more:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M15%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S15%2C19.7%2C15%2C18z%20M6%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S4.3%2C21%2C6%2C21z%20M30%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S28.3%2C21%2C30%2C21z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 338, tmp/styles/icons.less */
.ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-analytic:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 342, tmp/styles/icons.less */
.icon-reissue:after,
.ui-icon-reissue:after,
.ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .icon-reissue:after,
.invert .ui-icon-reissue:after,
.invert .ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .icon-reissue:after,
.invert .ui-icon-reissue:after,
.invert .ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .icon-reissue:after,
.invert.main-menu-panel .ui-icon-reissue:after,
.invert.main-menu-panel .ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.icon-reissue:after,
.invert .btn-submit.ui-icon-reissue:after,
.invert .btn-submit.ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.icon-reissue:after,
.btn-submit.ui-icon-reissue:after,
.btn-submit.ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.icon-reissue:after,
.settings-page .btn-submit.ui-icon-reissue:after,
.settings-page .btn-submit.ui-icon-cardReissue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 348, tmp/styles/icons.less */
.ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-plus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C7v22%20M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 352, tmp/styles/icons.less */
.ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-minus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 356, tmp/styles/icons.less */
.ui-icon-history-posted:after,
.ui-icon-history-declined:after,
.ui-icon-history-success:after,
.ui-icon-history-waiting:after,
.ui-icon-history-failed:after,
.ui-icon-history-rejected:after,
.ui-icon-history-expired:after,
.ui-icon-history-suspended:after,
.ui-icon-history-draft:after {
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 375, tmp/styles/icons.less */
.status-posted .value:after,
.status-declined .value:after,
.status-success .value:after,
.status-waiting .value:after,
.status-failed .value:after,
.status-reversed .value:after,
.status-expired .value:after,
.status-draft .value:after,
.status-suspended .value:after,
.status-cancelled .value:after,
.channel-ATM .value:after,
.channel-MB .value:after,
.channel-MWB .value:after,
.channel-WB .value:after,
.channel-KIOSK .value:after {
  clear: none;
  float: right;
  background-position-y: 2px;
  margin-left: 4px;
}
/* line 382, tmp/styles/icons.less */
.ui-icon-history-posted:after,
.ui-icon-history-success:after,
.status-posted .value:after,
.status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-posted:after,
.invert .ui-icon-history-success:after,
.invert .status-posted .value:after,
.invert .status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-posted:after,
.invert .ui-icon-history-success:after,
.invert .status-posted .value:after,
.invert .status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-posted:after,
.invert.main-menu-panel .ui-icon-history-success:after,
.invert.main-menu-panel .status-posted .value:after,
.invert.main-menu-panel .status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-posted:after,
.invert .btn-submit.ui-icon-history-success:after,
.invert .btn-submit.status-posted .value:after,
.invert .btn-submit.status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-posted:after,
.btn-submit.ui-icon-history-success:after,
.btn-submit.status-posted .value:after,
.btn-submit.status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-posted:after,
.settings-page .btn-submit.ui-icon-history-success:after,
.settings-page .btn-submit.status-posted .value:after,
.settings-page .btn-submit.status-success .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 389, tmp/styles/icons.less */
.ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-recurrent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 393, tmp/styles/icons.less */
.ui-icon-history-waiting:after,
.status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-waiting:after,
.invert .status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-waiting:after,
.invert .status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-waiting:after,
.invert.main-menu-panel .status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-waiting:after,
.invert .btn-submit.status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-waiting:after,
.btn-submit.status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-waiting:after,
.settings-page .btn-submit.status-waiting .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 398, tmp/styles/icons.less */
.ui-icon-history-declined:after,
.ui-icon-history-failed:after,
.ui-icon-history-rejected:after,
.status-declined .value:after,
.status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-declined:after,
.invert .ui-icon-history-failed:after,
.invert .ui-icon-history-rejected:after,
.invert .status-declined .value:after,
.invert .status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-declined:after,
.invert .ui-icon-history-failed:after,
.invert .ui-icon-history-rejected:after,
.invert .status-declined .value:after,
.invert .status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-declined:after,
.invert.main-menu-panel .ui-icon-history-failed:after,
.invert.main-menu-panel .ui-icon-history-rejected:after,
.invert.main-menu-panel .status-declined .value:after,
.invert.main-menu-panel .status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-declined:after,
.invert .btn-submit.ui-icon-history-failed:after,
.invert .btn-submit.ui-icon-history-rejected:after,
.invert .btn-submit.status-declined .value:after,
.invert .btn-submit.status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-declined:after,
.btn-submit.ui-icon-history-failed:after,
.btn-submit.ui-icon-history-rejected:after,
.btn-submit.status-declined .value:after,
.btn-submit.status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-declined:after,
.settings-page .btn-submit.ui-icon-history-failed:after,
.settings-page .btn-submit.ui-icon-history-rejected:after,
.settings-page .btn-submit.status-declined .value:after,
.settings-page .btn-submit.status-failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 406, tmp/styles/icons.less */
.ui-icon-history-reversed:after,
.status-reversed .value:after,
.ui-icon-history-cancelled:after,
.status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-reversed:after,
.invert .status-reversed .value:after,
.invert .ui-icon-history-cancelled:after,
.invert .status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-reversed:after,
.invert .status-reversed .value:after,
.invert .ui-icon-history-cancelled:after,
.invert .status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-reversed:after,
.invert.main-menu-panel .status-reversed .value:after,
.invert.main-menu-panel .ui-icon-history-cancelled:after,
.invert.main-menu-panel .status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-reversed:after,
.invert .btn-submit.status-reversed .value:after,
.invert .btn-submit.ui-icon-history-cancelled:after,
.invert .btn-submit.status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-reversed:after,
.btn-submit.status-reversed .value:after,
.btn-submit.ui-icon-history-cancelled:after,
.btn-submit.status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-reversed:after,
.settings-page .btn-submit.status-reversed .value:after,
.settings-page .btn-submit.ui-icon-history-cancelled:after,
.settings-page .btn-submit.status-cancelled .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 413, tmp/styles/icons.less */
.ui-icon-history-expired:after,
.status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-expired:after,
.invert .status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-expired:after,
.invert .status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-expired:after,
.invert.main-menu-panel .status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-expired:after,
.invert .btn-submit.status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-expired:after,
.btn-submit.status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-expired:after,
.settings-page .btn-submit.status-expired .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd300%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M20.000%2C40.000%20C8.954%2C40.000%20-0.000%2C31.046%20-0.000%2C20.000%20C-0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.046%2C0.000%2040.000%2C8.954%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20ZM27.411%2C15.414%20C28.199%2C14.625%2028.199%2C13.347%2027.411%2C12.558%20C26.622%2C11.769%2025.343%2C11.769%2024.554%2C12.558%20L20.000%2C17.112%20L15.446%2C12.558%20C14.657%2C11.769%2013.378%2C11.769%2012.589%2C12.558%20C11.801%2C13.347%2011.801%2C14.625%2012.589%2C15.414%20L17.144%2C19.968%20L12.558%2C24.554%20C11.769%2C25.343%2011.769%2C26.622%2012.558%2C27.411%20C13.347%2C28.199%2014.625%2C28.199%2015.414%2C27.411%20L20.000%2C22.825%20L24.586%2C27.411%20C25.375%2C28.199%2026.653%2C28.199%2027.442%2C27.411%20C28.231%2C26.622%2028.231%2C25.343%2027.442%2C24.554%20L22.856%2C19.968%20L27.411%2C15.414%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 418, tmp/styles/icons.less */
.ui-icon-history-suspended:after,
.status-suspended .value:after,
.ui-icon-history-draft:after,
.status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-suspended:after,
.invert .status-suspended .value:after,
.invert .ui-icon-history-draft:after,
.invert .status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-suspended:after,
.invert .status-suspended .value:after,
.invert .ui-icon-history-draft:after,
.invert .status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-suspended:after,
.invert.main-menu-panel .status-suspended .value:after,
.invert.main-menu-panel .ui-icon-history-draft:after,
.invert.main-menu-panel .status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-suspended:after,
.invert .btn-submit.status-suspended .value:after,
.invert .btn-submit.ui-icon-history-draft:after,
.invert .btn-submit.status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-suspended:after,
.btn-submit.status-suspended .value:after,
.btn-submit.ui-icon-history-draft:after,
.btn-submit.status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-suspended:after,
.settings-page .btn-submit.status-suspended .value:after,
.settings-page .btn-submit.ui-icon-history-draft:after,
.settings-page .btn-submit.status-draft .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14%2C28V8%22%2F%3E%0A%20%20%20%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M22%2C28V8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 425, tmp/styles/icons.less */
.ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M18.000%2C25.172%20L10.457%2C17.629%20C9.676%2C16.848%208.410%2C16.848%207.629%2C17.629%20C6.848%2C18.410%206.848%2C19.676%207.629%2C20.457%20L16.543%2C29.371%20C17.198%2C30.026%2018.179%2C30.098%2018.944%2C29.655%20C19.188%2C29.557%2019.417%2C29.411%2019.615%2C29.214%20L37.838%2C10.990%20C39.210%2C13.700%2040.000%2C16.755%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20C8.954%2C40.000%200.000%2C31.046%200.000%2C20.000%20C0.000%2C8.954%208.954%2C-0.000%2020.000%2C-0.000%20C26.331%2C-0.000%2031.965%2C2.950%2035.630%2C7.542%20L18.000%2C25.172%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("images/light/history-success-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M18.000%2C25.172%20L10.457%2C17.629%20C9.676%2C16.848%208.410%2C16.848%207.629%2C17.629%20C6.848%2C18.410%206.848%2C19.676%207.629%2C20.457%20L16.543%2C29.371%20C17.198%2C30.026%2018.179%2C30.098%2018.944%2C29.655%20C19.188%2C29.557%2019.417%2C29.411%2019.615%2C29.214%20L37.838%2C10.990%20C39.210%2C13.700%2040.000%2C16.755%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20C8.954%2C40.000%200.000%2C31.046%200.000%2C20.000%20C0.000%2C8.954%208.954%2C-0.000%2020.000%2C-0.000%20C26.331%2C-0.000%2031.965%2C2.950%2035.630%2C7.542%20L18.000%2C25.172%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("images/light/history-success-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("images/light/history-success-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("images/light/history-success-colored.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-instalment-paid:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M18.000%2C25.172%20L10.457%2C17.629%20C9.676%2C16.848%208.410%2C16.848%207.629%2C17.629%20C6.848%2C18.410%206.848%2C19.676%207.629%2C20.457%20L16.543%2C29.371%20C17.198%2C30.026%2018.179%2C30.098%2018.944%2C29.655%20C19.188%2C29.557%2019.417%2C29.411%2019.615%2C29.214%20L37.838%2C10.990%20C39.210%2C13.700%2040.000%2C16.755%2040.000%2C20.000%20C40.000%2C31.046%2031.046%2C40.000%2020.000%2C40.000%20C8.954%2C40.000%200.000%2C31.046%200.000%2C20.000%20C0.000%2C8.954%208.954%2C-0.000%2020.000%2C-0.000%20C26.331%2C-0.000%2031.965%2C2.950%2035.630%2C7.542%20L18.000%2C25.172%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 429, tmp/styles/icons.less */
.ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-instalment-overdue:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 433, tmp/styles/icons.less */
.ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-instalment-active:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 437, tmp/styles/icons.less */
.ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-notifications:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12.5%2C26.9C11.2%2C29.3%2C8.6%2C30.5%2C6%2C30c2.1-2%2C2.6-5.2%2C1.1-7.7L7%2C21.9%0A%09c-0.6-1.2-1-2.6-1-3.9c0-5.5%2C5.4-10%2C12-10s12%2C4.5%2C12%2C10s-5.4%2C10-12%2C10C16.1%2C28%2C14.3%2C27.7%2C12.5%2C26.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 441, tmp/styles/icons.less */
.ui-icon-history-contactless:after,
.ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23555%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23555%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23555%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23555%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-history-contactless:after,
.invert .ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-history-contactless:after,
.invert .ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23555%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23555%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23555%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23555%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-history-contactless:after,
.invert.main-menu-panel .ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-history-contactless:after,
.invert .btn-submit.ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-history-contactless:after,
.btn-submit.ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-history-contactless:after,
.settings-page .btn-submit.ui-icon-nfc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23555%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23555%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23555%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23555%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 446, tmp/styles/icons.less */
.ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-trash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 450, tmp/styles/icons.less */
.ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-send:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 454, tmp/styles/icons.less */
.ui-icon-clip:after,
.ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-clip:after,
.invert .ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-clip:after,
.invert .ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-clip:after,
.invert.main-menu-panel .ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-clip:after,
.invert .btn-submit.ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-clip:after,
.btn-submit.ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-clip:after,
.settings-page .btn-submit.ui-icon-attachment:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 459, tmp/styles/icons.less */
.ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-showcase:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2230%2C11%0A%0918%2C15%206%2C11%206%2C25%2018%2C29%2030%2C25%2030%2C11%2018%2C7%206%2C11%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%2218%22%20y2%3D%2229%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 463, tmp/styles/icons.less */
.channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.channel-ATM .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 468, tmp/styles/icons.less */
.channel-MB .value:after,
.channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .channel-MB .value:after,
.invert .channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .channel-MB .value:after,
.invert .channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .channel-MB .value:after,
.invert.main-menu-panel .channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.channel-MB .value:after,
.invert .btn-submit.channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.channel-MB .value:after,
.btn-submit.channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.channel-MB .value:after,
.settings-page .btn-submit.channel-MWB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M12%2C5c-1.1%2C0-2%2C0.9-2%2C2v22c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V7%0A%09c0-1.1-0.9-2-2-2H12z%20M10%2C9h16%20M10%2C27h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 472, tmp/styles/icons.less */
.channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.channel-WB .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C24H7V8h24V24z%0A%09%20M13%2C29h1c1.7%2C0%2C3-1.3%2C3-3v-2%20M21%2C24v2c0%2C1.7%2C1.3%2C3%2C3%2C3h1%20M11%2C29h16%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 475, tmp/styles/icons.less */
.channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.channel-KIOSK .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.1%2C18%0A%09C8.9%2C14.2%2C10.2%2C9.3%2C14%2C7.1s8.7-0.9%2C10.9%2C2.9c1.4%2C2.5%2C1.4%2C5.5%2C0%2C8L18%2C30L11.1%2C18z%20M18%2C17c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C17%2C18%2C17z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 479, tmp/styles/icons.less */
.ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 483, tmp/styles/icons.less */
.ui-icon-marker-atm:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230b9874%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.82%2C43.124L12.012%2C54.985V0H44V43.124H27.82Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22_copy%22%20data-name%3D%22%E2%82%B4%20copy%22%20class%3D%22cls-2%22%20d%3D%22M22.163%2C14.232l2.37%2C1.388a4.46%2C4.46%2C0%2C0%2C1%2C1.5-1.33%2C3.909%2C3.909%2C0%2C0%2C1%2C2.11-.578%2C2.34%2C2.34%2C0%2C0%2C1%2C1.59.492%2C1.659%2C1.659%2C0%2C0%2C1%2C.463%2C1.186A3.172%2C3.172%2C0%2C0%2C1%2C28.782%2C17.7H21.007v2.024h6.069L25%2C21.867H21.007v2.024h2.4a4.335%2C4.335%2C0%2C0%2C0-1.127%2C2.863%2C3.966%2C3.966%2C0%2C0%2C0%2C1.734%2C3.3%2C6%2C6%2C0%2C0%2C0%2C3.584.954%2C6.736%2C6.736%2C0%2C0%2C0%2C4.653-1.5%2C6.4%2C6.4%2C0%2C0%2C0%2C2.081-2.747L31.874%2C25.6a4.374%2C4.374%2C0%2C0%2C1-1.358%2C1.793%2C3.978%2C3.978%2C0%2C0%2C1-2.688.9%2C3.048%2C3.048%2C0%2C0%2C1-1.965-.578%2C1.874%2C1.874%2C0%2C0%2C1-.636-1.417%2C3.335%2C3.335%2C0%2C0%2C1%2C1.185-2.4H35V21.867H28.175l2.081-2.14H35V17.7H31.788a4.61%2C4.61%2C0%2C0%2C0%2C1.358-3.066%2C3.3%2C3.3%2C0%2C0%2C0-1.272-2.6%2C5.343%2C5.343%2C0%2C0%2C0-3.468-1.041%2C6.721%2C6.721%2C0%2C0%2C0-3.844%2C1.041A8.335%2C8.335%2C0%2C0%2C0%2C22.163%2C14.232Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 487, tmp/styles/icons.less */
.ui-icon-marker-atm24:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230b9874%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.82%2C43.124L12.012%2C54.985V0H44V43.124H27.82Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22_copy%22%20data-name%3D%22%E2%82%B4%20copy%22%20class%3D%22cls-2%22%20d%3D%22M22.568%2C10.632H20.181l0.783-.914a10.5%2C10.5%2C0%2C0%2C0%2C.906-1.009%2C3.107%2C3.107%2C0%2C0%2C0%2C.415-0.72%2C1.934%2C1.934%2C0%2C0%2C0%2C.133-0.705%2C1.648%2C1.648%2C0%2C0%2C0-.531-1.318%2C2.247%2C2.247%2C0%2C0%2C0-1.514-.459%2C2.281%2C2.281%2C0%2C0%2C0-1.108.27%2C1.966%2C1.966%2C0%2C0%2C0-.775.748%2C2.032%2C2.032%2C0%2C0%2C0-.279%2C1.042h1.408a1.144%2C1.144%2C0%2C0%2C1%2C.2-0.689A0.615%2C0.615%2C0%2C0%2C1%2C20.339%2C6.6a0.607%2C0.607%2C0%2C0%2C1%2C.5.206%2C0.925%2C0.925%2C0%2C0%2C1%2C.171.6%2C2.362%2C2.362%2C0%2C0%2C1-.721%2C1.318L18.336%2C10.8v0.926h4.232V10.632Zm5.268-5.037h-1.4V5.607L24%2C9.558l0.083%2C0.868h2.345v1.3h1.4v-1.3h0.617V9.33H27.836V5.594ZM26.345%2C7.586l0.087-.143V9.33H25.341ZM32.5%2C5.594h-1l-2.07%2C6.659h1Zm5.484%2C0H33.615v1.1h2.89l-2.27%2C5.037h1.483l2.266-5.374V5.594Zm-14.3%2C16.217L25.518%2C22.9a3.467%2C3.467%2C0%2C0%2C1%2C1.164-1.041%2C3%2C3%2C0%2C0%2C1%2C1.634-.453%2C1.8%2C1.8%2C0%2C0%2C1%2C1.231.385%2C1.307%2C1.307%2C0%2C0%2C1%2C.358.928%2C2.487%2C2.487%2C0%2C0%2C1-1.1%2C1.811H22.787v1.585h4.7l-1.612%2C1.675H22.787v1.585h1.858a3.414%2C3.414%2C0%2C0%2C0-.873%2C2.241%2C3.114%2C3.114%2C0%2C0%2C0%2C1.343%2C2.581%2C4.607%2C4.607%2C0%2C0%2C0%2C2.776.747%2C5.181%2C5.181%2C0%2C0%2C0%2C3.6-1.177%2C5.008%2C5.008%2C0%2C0%2C0%2C1.612-2.151l-1.9-.905a3.421%2C3.421%2C0%2C0%2C1-1.052%2C1.4%2C3.06%2C3.06%2C0%2C0%2C1-2.082.7%2C2.342%2C2.342%2C0%2C0%2C1-1.522-.453%2C1.474%2C1.474%2C0%2C0%2C1-.492-1.109%2C2.622%2C2.622%2C0%2C0%2C1%2C.918-1.879h6.649V27.788H28.339l1.612-1.675h3.671V24.528H31.137a3.626%2C3.626%2C0%2C0%2C0%2C1.052-2.4%2C2.594%2C2.594%2C0%2C0%2C0-.985-2.037%2C4.107%2C4.107%2C0%2C0%2C0-2.686-.815%2C5.164%2C5.164%2C0%2C0%2C0-2.977.815A6.477%2C6.477%2C0%2C0%2C0%2C23.682%2C21.811Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 491, tmp/styles/icons.less */
.ui-icon-marker-branch:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%236a8e85%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.812%2C43.141L11.989%2C55.008V-0.013H44.006V43.141H27.812Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M28.264%2C13.473c-4.837%2C0-7.2%2C3.381-7.2%2C7.552s2.367%2C7.552%2C7.2%2C7.552%2C7.2-3.381%2C7.2-7.552S33.1%2C13.473%2C28.264%2C13.473Zm0%2C14.09c-2.883%2C0-4.122-2.927-4.122-6.539s1.239-6.539%2C4.122-6.539%2C4.122%2C2.927%2C4.122%2C6.539S31.147%2C27.563%2C28.264%2C27.563Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 495, tmp/styles/icons.less */
.ui-icon-marker-kiosk:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_3_copy%22%20data-name%3D%22Group%203%20copy%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230b9874%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.812%2C43.146L11.989%2C55.013V-0.008H44.006V43.146H27.812Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22_24_7_copy_3%22%20data-name%3D%2224%2F7%20copy%203%22%20class%3D%22cls-2%22%20d%3D%22M19.368%2C12.715h4.269V17.03H19.368V12.715Zm6.4%2C0H30.04V17.03H25.771V12.715Zm6.4%2C0h4.269V17.03H32.175V12.715ZM19.368%2C19.188h4.269V23.5H19.368V19.188Zm6.4%2C0H30.04V23.5H25.771V19.188Zm6.4%2C0h4.269V23.5H32.175V19.188ZM19.368%2C25.661h4.269v4.315H19.368V25.661Zm6.4%2C0H30.04v4.315H25.771V25.661Zm6.4%2C0h4.269v4.315H32.175V25.661Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 499, tmp/styles/icons.less */
.ui-icon-marker-bonus:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2048%2048%22%20enable-background%3D%22new%200%200%2048%2048%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M44%2C48H4c-2.2%2C0-4-1.8-4-4V4c0-2.2%2C1.8-4%2C4-4h40c2.2%2C0%2C4%2C1.8%2C4%2C4v40C48%2C46.2%2C46.2%2C48%2C44%2C48z%22%2F%3E%0A%3Cpath%20id%3D%22atm%22%20fill%3D%22%23FF7300%22%20d%3D%22M42%2C44H6c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h36c1.1%2C0%2C2%2C0.9%2C2%2C2v36C44%2C43.1%2C43.1%2C44%2C42%2C44z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 503, tmp/styles/icons.less */
.ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-fingerprint-android:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 506, tmp/styles/icons.less */
.ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-fingerprint-ios:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20vector-effect%3D%22non-scaling-stroke%22%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.8%2C26%0A%09c0.8-3%2C1.2-6.1%2C1.2-9.1c0-6.2-5.1-11.4-11.4-11.4S7.2%2C10.6%2C7.2%2C16.9c0%2C1.8-0.5%2C3.5-1.2%2C5.1l0%2C0%20M25.5%2C28.7C27%2C25%2C27.7%2C21%2C27.7%2C16.9%0A%09c0-5-4.1-9.1-9.1-9.1s-9.1%2C4.1-9.1%2C9.1c0%2C2.7-0.8%2C5.3-2.3%2C7.5%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%20M19.5%2C30.5c2.4-4.1%2C3.6-8.9%2C3.6-13.7c0-2.5-2-4.6-4.6-4.6s-4.6%2C2-4.6%2C4.6%0A%09c0%2C4-1.2%2C7.7-3.6%2C10.9%20M16.9%2C30.4c2.6-4.1%2C4-8.8%2C4-13.5c0-1.2-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3c0%2C4.3-1.4%2C8.7-4%2C12.2%20M14.6%2C29.9%0A%09c2.6-3.9%2C4.1-8.4%2C4.1-13.1C18.7%2C21.6%2C17.2%2C26.1%2C14.6%2C29.9%20M22.4%2C29.9c2-4.1%2C3.1-8.6%2C3.1-13.1c0-3.7-3.1-6.8-6.8-6.8%0A%09s-6.8%2C3.1-6.8%2C6.8c0%2C3.4-1.1%2C6.7-3.1%2C9.3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 510, tmp/styles/icons.less */
.ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-fingerprint-face-id:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2066%2066%22%20enable-background%3D%22new%200%200%2066%2066%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22if_face_ID_2639811%22%20transform%3D%22translate(156.000000%2C%20162.000000)%22%3E%0A%09%3Cpath%20id%3D%22Shape%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-131.5-114.5%0A%09%09c2%2C1.5%2C4.9%2C2.9%2C8.5%2C2.9s6.5-1.5%2C8.5-2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-108.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-137.5-137.7v5.8%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-123-137.7v11.6%0A%09%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-91-146.5v-8.7%0A%09%09c0-3.2-2.6-5.8-5.8-5.8h-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-140.5-161h-8.7%0A%09%09c-3.2%2C0-5.8%2C2.6-5.8%2C5.8v8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-105.5-97h8.7%0A%09%09c3.2%2C0%2C5.8-2.6%2C5.8-5.8v-8.7%22%2F%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M-155-111.5v8.7%0A%09%09c0%2C3.2%2C2.6%2C5.8%2C5.8%2C5.8h8.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 514, tmp/styles/icons.less */
.ui-icon-fingerprint-face-id,
.ui-icon-fingerprint-android,
.ui-icon-fingerprint-ios {
  width: 56px;
  margin: auto;
  margin-top: 8px;
}
/* line 521, tmp/styles/icons.less */
.ui-icon-fingerprint-face-id:after,
.ui-icon-fingerprint-android:after,
.ui-icon-fingerprint-ios:after,
.invert .ui-icon-fingerprint-face-id:after,
.invert .ui-icon-fingerprint-android:after,
.invert .ui-icon-fingerprint-ios:after {
  width: 56px;
  height: 56px;
  background-size: 40px;
  background-position: center center;
}
/* line 531, tmp/styles/icons.less */
.ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-share:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%2229%22%20y1%3D%227%22%20x2%3D%2218%22%20y2%3D%2218%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2223.5%2C7%2029%2C7%2029%2C12.5%20%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2218%2C7%207%2C7%207%2C29%2029%2C29%2029%2C18%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 535, tmp/styles/icons.less */
.ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-scan-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 556, tmp/styles/icons.less */
.ui-icon-bottom-bar-home {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 547, tmp/styles/icons.less */
.bottom-bar-item.active .ui-icon-bottom-bar-home,
.bottom-bar-item:active .ui-icon-bottom-bar-home,
.bottom-bar-item.ui-btn-down .ui-icon-bottom-bar-home {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23e3e829%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23e3e829%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23e3e829%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 559, tmp/styles/icons.less */
.ui-icon-bottom-bar-history {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 547, tmp/styles/icons.less */
.bottom-bar-item.active .ui-icon-bottom-bar-history,
.bottom-bar-item:active .ui-icon-bottom-bar-history,
.bottom-bar-item.ui-btn-down .ui-icon-bottom-bar-history {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23e3e829%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C28%0A%09%09H8V8%20M16.9%2C23.6V11.3%20M12.6%2C23.6v-6.7%20M21.2%2C23.6v-10%20M25.6%2C23.6V18%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 562, tmp/styles/icons.less */
.ui-icon-bottom-bar-messages {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 547, tmp/styles/icons.less */
.bottom-bar-item.active .ui-icon-bottom-bar-messages,
.bottom-bar-item:active .ui-icon-bottom-bar-messages,
.bottom-bar-item.ui-btn-down .ui-icon-bottom-bar-messages {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23e3e829%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 565, tmp/styles/icons.less */
.ui-icon-bottom-bar-payments {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 547, tmp/styles/icons.less */
.bottom-bar-item.active .ui-icon-bottom-bar-payments,
.bottom-bar-item:active .ui-icon-bottom-bar-payments,
.bottom-bar-item.ui-btn-down .ui-icon-bottom-bar-payments {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23e3e829%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M5%2C18c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3S5%2C19.7%2C5%2C18z%20M28%2C21%0A%09c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C21%2C28%2C21z%20M26%2C12c-3.3-4.4-9.6-5.3-14-2c-0.8%2C0.6-1.4%2C1.2-2%2C2%20M22%2C12h4V8%20M10%2C24%0A%09c3.3%2C4.4%2C9.6%2C5.3%2C14%2C2c0.8-0.6%2C1.4-1.2%2C2-2%20M14%2C24h-4v4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 571, tmp/styles/icons.less */
.ui-icon-loader:after {
  content: ' ';
  display: block;
  background-size: 28px;
  background-color: transparent;
  width: 28px;
  height: 28px;
  pointer-events: none;
}
/* line 580, tmp/styles/icons.less */
.ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-position-x: left;
  background-position-y: center;
  width: auto;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-call {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.5%2C16.6%0A%09c-0.8%2C0.8-1.6%2C1.7-2.2%2C2.7c-0.7%2C1.1-0.6%2C2.5%2C0.3%2C3.4c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0l0%2C0%0A%09c-1.6-1.6-2.1-3.9-1.4-6.1c2.4-7.3%2C8.1-13%2C15.4-15.4C24.7%2C6.5%2C27%2C7%2C28.6%2C8.6l0%2C0c0.7%2C0.7%2C0.7%2C2%2C0%2C2.7l-3.3%2C3.3c-0.7%2C0.7-2%2C0.7-2.7%2C0%0A%09c-0.9-0.9-2.3-1-3.4-0.3C18.3%2C15%2C17.4%2C15.7%2C16.5%2C16.6L16.5%2C16.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 582, tmp/styles/icons.less */
.invert .ui-icon-call {
  width: auto;
  display: inline-block;
}
/* line 593, tmp/styles/icons.less */
.ui-icon-alarm {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23e1421d%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23e1421d%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M23.000%2C23.100%20L22.990%2C23.100%20C22.937%2C24.157%2022.070%2C25.000%2021.000%2C25.000%20C19.930%2C25.000%2019.063%2C24.157%2019.010%2C23.100%20L19.000%2C23.100%20L18.000%2C10.100%20L18.010%2C10.100%20C18.009%2C10.066%2018.000%2C10.034%2018.000%2C10.000%20C18.000%2C8.343%2019.343%2C7.000%2021.000%2C7.000%20C22.657%2C7.000%2024.000%2C8.343%2024.000%2C10.000%20C24.000%2C10.034%2023.991%2C10.066%2023.990%2C10.100%20L24.000%2C10.100%20L23.000%2C23.100%20ZM21.000%2C29.000%20C22.657%2C29.000%2024.000%2C30.343%2024.000%2C32.000%20C24.000%2C33.657%2022.657%2C35.000%2021.000%2C35.000%20C19.343%2C35.000%2018.000%2C33.657%2018.000%2C32.000%20C18.000%2C30.343%2019.343%2C29.000%2021.000%2C29.000%20Z%22%20transform%3D%22translate(7%207)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2220%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  display: inline-block;
  background-size: 100%;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 598, tmp/styles/icons.less */
.ui-icon-phone-book,
.contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  display: inline-block;
  background-size: 100%;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-phone-book,
.invert .contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-phone-book,
.invert .contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-phone-book,
.invert.main-menu-panel .contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-phone-book,
.invert .btn-submit.contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-phone-book,
.btn-submit.contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-phone-book,
.settings-page .btn-submit.contacts-book-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C11h15%20M7%2C18h15%20M7%2C25h15%20M29%2C11h-3%20M29%2C18h-3%20M29%2C25h-3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 604, tmp/styles/icons.less */
.scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  display: inline-block;
  background-size: 100%;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.scan-card-link {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C16h24H6z%20M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8%0A%09%09c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C10%2035%2C3%2028%2C3%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C25%201%2C32%208%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%2235%2C25%2035%2C32%2028%2C32%20%09%22%2F%3E%0A%09%3Cpolyline%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-miterlimit%3D%2210%22%20points%3D%221%2C10%201%2C3%208%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 609, tmp/styles/icons.less */
.ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-scan-qr:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C6H8.7%0A%09C7.2%2C6%2C6%2C7.1%2C6%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-7%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C6h2.7%0A%09C24.8%2C6%2C26%2C7.1%2C26%2C8.5V11%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-9%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.4%2C26H8.7%0A%09C7.2%2C26%2C6%2C24.8%2C6%2C23.3v-2.7%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-11%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.6%2C26%0A%09h2.7c1.5%2C0%2C2.7-1.2%2C2.7-2.7v-2.7%22%2F%3E%0A%3Ccircle%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-width%3D%221%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 613, tmp/styles/icons.less */
.ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23555%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23555%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-intracard-transfer:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23555%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22transfer%22%20class%3D%22cls-1%22%20d%3D%22M438.9%2C485.592c-0.015.043-.027%2C0.086-0.041%2C0.13l-0.022.06a1.979%2C1.979%2C0%2C0%2C1-.366.553c-0.024.026-.032%2C0.061-0.057%2C0.086l-6.9%2C6.99a2.007%2C2.007%2C0%2C1%2C1-2.833-2.844L432.216%2C487h-24.31a2%2C2%2C0%2C1%2C1%2C0-4h24.335l-3.556-3.577a2.007%2C2.007%2C0%2C0%2C1%2C2.838-2.838l6.913%2C6.972a1.964%2C1.964%2C0%2C0%2C1%2C.185.28c0.025%2C0.034.047%2C0.069%2C0.07%2C0.105%2C0.035%2C0.056.046%2C0.118%2C0.075%2C0.176a1.879%2C1.879%2C0%2C0%2C1%2C.113.266c0.014%2C0.041.041%2C0.078%2C0.052%2C0.12a2.011%2C2.011%2C0%2C0%2C1%2C.04.208c0.007%2C0.056%2C0%2C.111%2C0%2C0.166a1.834%2C1.834%2C0%2C0%2C1%2C.006.222c0%2C0.024%2C0%2C.046%2C0%2C0.07A2.034%2C2.034%2C0%2C0%2C1%2C438.9%2C485.592Zm-6.9-14.6H407.79l3.516%2C3.573a2.027%2C2.027%2C0%2C0%2C1%2C0%2C2.849%2C1.985%2C1.985%2C0%2C0%2C1-2.823%2C0l-6.869-7c-0.026-.027-0.034-0.062-0.058-0.089a1.964%2C1.964%2C0%2C0%2C1-.363-0.552c-0.009-.019-0.015-0.038-0.023-0.058-0.013-.043-0.025-0.085-0.039-0.129a1.954%2C1.954%2C0%2C0%2C1-.083-0.428c0-.024%2C0-0.047%2C0-0.07a1.965%2C1.965%2C0%2C0%2C1%2C0-.217c0-.055%2C0-0.111%2C0-0.167a1.857%2C1.857%2C0%2C0%2C1%2C.041-0.215c0.011-.042.038-0.078%2C0.051-0.119a1.959%2C1.959%2C0%2C0%2C1%2C.112-0.263c0.029-.058.041-0.122%2C0.076-0.179%2C0.022-.035.044-0.069%2C0.068-0.1a1.919%2C1.919%2C0%2C0%2C1%2C.185-0.281l6.887-6.984a1.992%2C1.992%2C0%2C0%2C1%2C2.828%2C0%2C2.018%2C2.018%2C0%2C0%2C1%2C0%2C2.843l-3.543%2C3.583H432a2%2C2%2C0%2C0%2C1%2C2%2C2v0.007A2%2C2%2C0%2C0%2C1%2C432%2C470.988Z%22%20transform%3D%22translate(-392%20-449)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 617, tmp/styles/icons.less */
.ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-edit-list:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20points%3D%2211%2C9%207%2C13%205%2C11%20%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-3%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2C21h12%20M15%2C12h12%22%2F%3E%0A%3Cpath%20id%3D%22Stroke-5%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C18c-1.7%2C0-3%2C1.3-3%2C3%0A%09s1.3%2C3%2C3%2C3s3-1.3%2C3-3S9.7%2C18%2C8%2C18z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 621, tmp/styles/icons.less */
.ui-empty-section-icon-card {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%0A%20%20%20%20id%3D%22additional-card%22%0A%20%20%20%20class%3D%22cls-1%22%0A%20%20%20%20d%3D%22M493%2C428h-4v5a4%2C4%2C0%2C0%2C1-4%2C4H457a4%2C4%2C0%2C0%2C1-4-4V413a4%2C4%2C0%2C0%2C1%2C4-4h4v-3a4%2C4%2C0%2C0%2C1%2C4-4h28a4%2C4%2C0%2C0%2C1%2C4%2C4v18A4%2C4%2C0%2C0%2C1%2C493%2C428Zm-32-4V413h-4v20h28v-5H465A4%2C4%2C0%2C0%2C1%2C461%2C424Zm23.936-10.987h-3.889v-4.485a2.02%2C2.02%2C0%2C0%2C0-4.04%2C0v4.485h-3.933a1.961%2C1.961%2C0%2C1%2C0%2C0%2C3.916l3.933%2C0.021v4.544a2.02%2C2.02%2C0%2C0%2C0%2C4.04%2C0v-4.523l3.889%2C0.02A1.991%2C1.991%2C0%2C1%2C0%2C484.936%2C413.013Z%22%0A%20%20%20%20transform%3D%22translate(-447%20-391.5)%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 625, tmp/styles/icons.less */
.ui-empty-section-icon-deposit {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M52%2C52H50v4H46V52H18v4H14V52H12a2%2C2%2C0%2C0%2C1-2-2V14a2%2C2%2C0%2C0%2C1%2C2-2H52a2%2C2%2C0%2C0%2C1%2C2%2C2V50A2%2C2%2C0%2C0%2C1%2C52%2C52ZM14%2C38a2%2C2%2C0%2C0%2C0%2C4%2C0V26a2%2C2%2C0%2C0%2C0-4%2C0V38ZM50%2C16H16a2%2C2%2C0%2C0%2C0%2C0%2C4H46V44H16a2%2C2%2C0%2C0%2C0%2C0%2C4H50V16ZM36%2C32a3%2C3%2C0%2C1%2C0%2C3-3A3%2C3%2C0%2C0%2C0%2C36%2C32Z%22%20transform%3D%22translate(-4%20-6)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 629, tmp/styles/icons.less */
.ui-empty-section-icon-credit {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%0A%20%20%20%20d%3D%22M-0.000%2C35.806%20L-0.000%2C31.806%20L40.000%2C31.806%20L40.000%2C35.806%20L-0.000%2C35.806%20ZM-0.000%2C23.906%20L40.000%2C23.906%20L40.000%2C27.906%20L-0.000%2C27.906%20L-0.000%2C23.906%20ZM-0.000%2C0.006%20L40.000%2C0.006%20L40.000%2C19.806%20L-0.000%2C19.806%20L-0.000%2C0.006%20ZM20.000%2C15.906%20C23.314%2C15.906%2026.000%2C13.220%2026.000%2C9.906%20C26.000%2C6.592%2023.314%2C3.906%2020.000%2C3.906%20C16.686%2C3.906%2014.000%2C6.592%2014.000%2C9.906%20C14.000%2C13.220%2016.686%2C15.906%2020.000%2C15.906%20Z%22%0A%20%20%20%20transform%3D%22translate(8%2010.09)%22%0A%20%20%20%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 633, tmp/styles/icons.less */
.ui-empty-section-icon-current {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M52%2C52H50v4H46V52H18v4H14V52H12a2%2C2%2C0%2C0%2C1-2-2V14a2%2C2%2C0%2C0%2C1%2C2-2H52a2%2C2%2C0%2C0%2C1%2C2%2C2V50A2%2C2%2C0%2C0%2C1%2C52%2C52ZM14%2C38a2%2C2%2C0%2C0%2C0%2C4%2C0V26a2%2C2%2C0%2C0%2C0-4%2C0V38ZM50%2C16H16a2%2C2%2C0%2C0%2C0%2C0%2C4H46V44H16a2%2C2%2C0%2C0%2C0%2C0%2C4H50V16ZM36%2C32a3%2C3%2C0%2C1%2C0%2C3-3A3%2C3%2C0%2C0%2C0%2C36%2C32Z%22%20transform%3D%22translate(-4%20-6)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 637, tmp/styles/icons.less */
.ui-empty-section-icon-wallet {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300baab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%0A%20%20%20%20id%3D%22additional-card%22%0A%20%20%20%20class%3D%22cls-1%22%0A%20%20%20%20d%3D%22M493%2C428h-4v5a4%2C4%2C0%2C0%2C1-4%2C4H457a4%2C4%2C0%2C0%2C1-4-4V413a4%2C4%2C0%2C0%2C1%2C4-4h4v-3a4%2C4%2C0%2C0%2C1%2C4-4h28a4%2C4%2C0%2C0%2C1%2C4%2C4v18A4%2C4%2C0%2C0%2C1%2C493%2C428Zm-32-4V413h-4v20h28v-5H465A4%2C4%2C0%2C0%2C1%2C461%2C424Zm23.936-10.987h-3.889v-4.485a2.02%2C2.02%2C0%2C0%2C0-4.04%2C0v4.485h-3.933a1.961%2C1.961%2C0%2C1%2C0%2C0%2C3.916l3.933%2C0.021v4.544a2.02%2C2.02%2C0%2C0%2C0%2C4.04%2C0v-4.523l3.889%2C0.02A1.991%2C1.991%2C0%2C1%2C0%2C484.936%2C413.013Z%22%0A%20%20%20%20transform%3D%22translate(-447%20-391.5)%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 641, tmp/styles/icons.less */
.icon-disabled {
  opacity: 0.1;
}
/* line 645, tmp/styles/icons.less */
.inline-icon {
  display: inline-block;
  background-size: 100%;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 653, tmp/styles/icons.less */
.text-icon {
  display: block;
  width: 96px;
  height: 96px;
  border: 2px solid #e1421d;
  border-radius: 50%;
  margin: 0 auto 20px;
  line-height: 88px;
  font-size: 48px;
  text-align: center;
  box-sizing: border-box;
}
/* line 668, tmp/styles/icons.less */
.payment-icon {
  width: 44px;
  height: 44px;
  background-size: 44px;
  background-color: transparent;
  border-radius: 50% !important;
  opacity: 0;
  transition: opacity 300ms;
}
/* line 680, tmp/styles/icons.less */
.payment-icon[src] {
  opacity: 1;
}
/* line 685, tmp/styles/icons.less */
.ui-icon-apple-pay:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Artwork%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22165.52107px%22%20height%3D%22105.9651px%22%20viewBox%3D%220%200%20165.52107%20105.9651%22%20enable-background%3D%22new%200%200%20165.52107%20105.9651%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20id%3D%22XMLID_4_%22%20d%3D%22M150.69807%2C0H14.82318c-0.5659%2C0-1.1328%2C0-1.69769%2C0.0033c-0.47751%2C0.0034-0.95391%2C0.0087-1.43031%2C0.0217%0A%09%09c-1.039%2C0.0281-2.0869%2C0.0894-3.1129%2C0.2738c-1.0424%2C0.1876-2.0124%2C0.4936-2.9587%2C0.9754%0A%09%09c-0.9303%2C0.4731-1.782%2C1.0919-2.52009%2C1.8303c-0.73841%2C0.7384-1.35721%2C1.5887-1.83021%2C2.52%0A%09%09c-0.4819%2C0.9463-0.7881%2C1.9166-0.9744%2C2.9598c-0.18539%2C1.0263-0.2471%2C2.074-0.2751%2C3.1119%0A%09%09c-0.0128%2C0.4764-0.01829%2C0.9528-0.0214%2C1.4291c-0.0033%2C0.5661-0.0022%2C1.1318-0.0022%2C1.6989V91.142%0A%09%09c0%2C0.5671-0.0011%2C1.13181%2C0.0022%2C1.69901c0.00311%2C0.4763%2C0.0086%2C0.9527%2C0.0214%2C1.4291%0A%09%09c0.028%2C1.03699%2C0.08971%2C2.08469%2C0.2751%2C3.11069c0.1863%2C1.0436%2C0.4925%2C2.0135%2C0.9744%2C2.9599%0A%09%09c0.473%2C0.9313%2C1.0918%2C1.7827%2C1.83021%2C2.52c0.73809%2C0.7396%2C1.58979%2C1.3583%2C2.52009%2C1.8302%0A%09%09c0.9463%2C0.4831%2C1.9163%2C0.7892%2C2.9587%2C0.9767c1.026%2C0.1832%2C2.0739%2C0.2456%2C3.1129%2C0.2737c0.4764%2C0.0108%2C0.9528%2C0.0172%2C1.43031%2C0.0194%0A%09%09c0.56489%2C0.0044%2C1.13179%2C0.0044%2C1.69769%2C0.0044h135.87489c0.5649%2C0%2C1.13181%2C0%2C1.69659-0.0044%0A%09%09c0.47641-0.0022%2C0.95282-0.0086%2C1.4314-0.0194c1.0368-0.0281%2C2.0845-0.0905%2C3.11301-0.2737%0A%09%09c1.041-0.1875%2C2.0112-0.4936%2C2.9576-0.9767c0.9313-0.4719%2C1.7805-1.0906%2C2.52011-1.8302c0.7372-0.7373%2C1.35599-1.5887%2C1.8302-2.52%0A%09%09c0.48299-0.9464%2C0.78889-1.9163%2C0.97429-2.9599c0.1855-1.026%2C0.2457-2.0737%2C0.2738-3.11069%0A%09%09c0.013-0.4764%2C0.01941-0.9528%2C0.02161-1.4291c0.00439-0.5672%2C0.00439-1.1319%2C0.00439-1.69901V14.8242%0A%09%09c0-0.5671%2C0-1.1328-0.00439-1.6989c-0.0022-0.4763-0.00861-0.9527-0.02161-1.4291c-0.02811-1.0379-0.0883-2.0856-0.2738-3.1119%0A%09%09c-0.18539-1.0432-0.4913-2.0135-0.97429-2.9598c-0.47421-0.9313-1.093-1.7816-1.8302-2.52%0A%09%09c-0.73961-0.7384-1.58881-1.3572-2.52011-1.8303c-0.9464-0.4818-1.9166-0.7878-2.9576-0.9754%0A%09%09c-1.0285-0.1844-2.0762-0.2457-3.11301-0.2738c-0.47858-0.013-0.95499-0.0183-1.4314-0.0217C151.82988%2C0%2C151.26297%2C0%2C150.69807%2C0%0A%09%09L150.69807%2C0z%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M150.69807%2C3.532l1.67149%2C0.0032c0.4528%2C0.0032%2C0.90561%2C0.0081%2C1.36092%2C0.0205%0A%09%09c0.79201%2C0.0214%2C1.71849%2C0.0643%2C2.58209%2C0.2191c0.7507%2C0.1352%2C1.38029%2C0.3408%2C1.9845%2C0.6484%0A%09%09c0.5965%2C0.3031%2C1.14301%2C0.7003%2C1.62019%2C1.1768c0.479%2C0.4797%2C0.87671%2C1.0271%2C1.18381%2C1.6302%0A%09%09c0.30589%2C0.5995%2C0.51019%2C1.2261%2C0.64459%2C1.9823c0.1544%2C0.8542%2C0.1971%2C1.7832%2C0.21881%2C2.5801%0A%09%09c0.01219%2C0.4498%2C0.01819%2C0.8996%2C0.0204%2C1.3601c0.00429%2C0.5569%2C0.0042%2C1.1135%2C0.0042%2C1.6715V91.142%0A%09%09c0%2C0.558%2C0.00009%2C1.1136-0.0043%2C1.6824c-0.00211%2C0.4497-0.0081%2C0.8995-0.0204%2C1.3501c-0.02161%2C0.7957-0.0643%2C1.7242-0.2206%2C2.5885%0A%09%09c-0.13251%2C0.7458-0.3367%2C1.3725-0.64429%2C1.975c-0.30621%2C0.6016-0.70331%2C1.1484-1.18022%2C1.6251%0A%09%09c-0.47989%2C0.48-1.0246%2C0.876-1.62819%2C1.1819c-0.5997%2C0.3061-1.22821%2C0.51151-1.97151%2C0.6453%0A%09%09c-0.88109%2C0.157-1.84639%2C0.2002-2.57339%2C0.2199c-0.4574%2C0.0103-0.9126%2C0.01649-1.37889%2C0.0187%0A%09%09c-0.55571%2C0.0043-1.1134%2C0.0042-1.6692%2C0.0042H14.82318c-0.0074%2C0-0.0146%2C0-0.0221%2C0c-0.5494%2C0-1.0999%2C0-1.6593-0.0043%0A%09%09c-0.4561-0.00211-0.9112-0.0082-1.3512-0.0182c-0.7436-0.0201-1.7095-0.0632-2.5834-0.2193%0A%09%09c-0.74969-0.1348-1.3782-0.3402-1.9858-0.6503c-0.59789-0.3032-1.1422-0.6988-1.6223-1.1797%0A%09%09c-0.4764-0.4756-0.8723-1.0207-1.1784-1.6232c-0.3064-0.6019-0.5114-1.2305-0.64619-1.9852%0A%09%09c-0.15581-0.8626-0.19861-1.7874-0.22-2.5777c-0.01221-0.4525-0.01731-0.9049-0.02021-1.3547l-0.0022-1.3279l0.0001-0.3506V14.8242%0A%09%09l-0.0001-0.3506l0.0021-1.3251c0.003-0.4525%2C0.0081-0.9049%2C0.02031-1.357c0.02139-0.7911%2C0.06419-1.7163%2C0.22129-2.5861%0A%09%09c0.1336-0.7479%2C0.3385-1.3765%2C0.6465-1.9814c0.3037-0.5979%2C0.7003-1.1437%2C1.17921-1.6225%0A%09%09c0.477-0.4772%2C1.02309-0.8739%2C1.62479-1.1799c0.6011-0.3061%2C1.2308-0.5116%2C1.9805-0.6465c0.8638-0.1552%2C1.7909-0.198%2C2.5849-0.2195%0A%09%09c0.4526-0.0123%2C0.9052-0.0172%2C1.3544-0.0203l1.6771-0.0033H150.69807%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M45.1862%2C35.64053c1.41724-1.77266%2C2.37897-4.15282%2C2.12532-6.58506c-2.07464%2C0.10316-4.60634%2C1.36871-6.07207%2C3.14276%0A%09%09%09%09c-1.31607%2C1.5192-2.4809%2C3.99902-2.17723%2C6.3293C41.39111%2C38.72954%2C43.71785%2C37.36345%2C45.1862%2C35.64053%22%2F%3E%0A%09%09%09%3Cpath%20d%3D%22M47.28506%2C38.98252c-3.38211-0.20146-6.25773%2C1.91951-7.87286%2C1.91951c-1.61602%2C0-4.08931-1.81799-6.76438-1.76899%0A%09%09%09%09c-3.48177%2C0.05114-6.71245%2C2.01976-8.4793%2C5.15079c-3.63411%2C6.2636-0.95904%2C15.55471%2C2.57494%2C20.65606%0A%09%09%09%09c1.71618%2C2.5238%2C3.78447%2C5.30269%2C6.50976%2C5.20287c2.57494-0.10104%2C3.58421-1.66732%2C6.71416-1.66732%0A%09%09%09%09c3.12765%2C0%2C4.03679%2C1.66732%2C6.76252%2C1.61681c2.82665-0.05054%2C4.59381-2.52506%2C6.30997-5.05132%0A%09%09%09%09c1.96878-2.877%2C2.77473-5.65498%2C2.82542-5.80748c-0.0507-0.05051-5.45058-2.12204-5.50065-8.33358%0A%09%09%09%09c-0.05098-5.20101%2C4.23951-7.6749%2C4.44144-7.82832C52.3832%2C39.4881%2C48.5975%2C39.08404%2C47.28506%2C38.98252%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M76.73385%2C31.94381c7.35096%2C0%2C12.4697%2C5.06708%2C12.4697%2C12.44437c0%2C7.40363-5.22407%2C12.49704-12.65403%2C12.49704h-8.13892%0A%09%09%09%09v12.94318h-5.88037v-37.8846H76.73385z%20M68.41059%2C51.9493h6.74732c5.11975%2C0%2C8.0336-2.75636%2C8.0336-7.53479%0A%09%09%09%09c0-4.77792-2.91385-7.50845-8.00727-7.50845h-6.77365V51.9493z%22%2F%3E%0A%09%09%09%3Cpath%20d%3D%22M90.73997%2C61.97864c0-4.8311%2C3.70182-7.79761%2C10.26583-8.16526l7.56061-0.44614v-2.12639%0A%09%09%09%09c0-3.07185-2.07423-4.90959-5.53905-4.90959c-3.28251%2C0-5.33041%2C1.57492-5.82871%2C4.04313h-5.35574%0A%09%09%09%09c0.31499-4.98859%2C4.56777-8.66407%2C11.3941-8.66407c6.69466%2C0%2C10.97377%2C3.54432%2C10.97377%2C9.08388v19.03421h-5.43472v-4.54194%0A%09%09%09%09h-0.13065c-1.60125%2C3.07185-5.09341%2C5.01441-8.71623%2C5.01441C94.52078%2C70.30088%2C90.73997%2C66.94038%2C90.73997%2C61.97864z%0A%09%09%09%09%20M108.56641%2C59.4846v-2.17905l-6.8%2C0.41981c-3.38683%2C0.23649-5.30306%2C1.73291-5.30306%2C4.09579%0A%09%09%09%09c0%2C2.41504%2C1.99523%2C3.99046%2C5.04075%2C3.99046C105.46823%2C65.81161%2C108.56641%2C63.08108%2C108.56641%2C59.4846z%22%2F%3E%0A%09%09%09%3Cpath%20d%3D%22M119.34167%2C79.9889v-4.5946c0.4193%2C0.10483%2C1.36425%2C0.10483%2C1.83723%2C0.10483c2.6252%2C0%2C4.04313-1.10245%2C4.90908-3.9378%0A%09%09%09%09c0-0.05267%2C0.49931-1.68025%2C0.49931-1.70658l-9.97616-27.64562h6.14268l6.98432%2C22.47371h0.10432l6.98433-22.47371h5.9857%0A%09%09%09%09l-10.34483%2C29.06304c-2.36186%2C6.69517-5.0924%2C8.84789-10.81577%2C8.84789C121.17891%2C80.12006%2C119.76098%2C80.06739%2C119.34167%2C79.9889%0A%09%09%09%09z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 688, tmp/styles/icons.less */
.ui-icon-apple-pay:after,
.invert .ui-icon-apple-pay:after {
  width: 31px;
  height: 24px;
  background-position: center;
  background-size: contain;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-mastercard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-mastercard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-mastercard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-mastercard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-mastercard {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-mastercard {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-mastercard {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-mastercard {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-mastercard {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-mastercard {
  display: inline-block;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-mc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-mc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-mc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-mc:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-mc {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-mc {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-mc {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-mc {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-mc {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2074%22%20style%3D%22enable-background%3Anew%200%200%20118%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF5F00%3B%7D%0A%09.st1%7Bfill%3A%23EB001B%3B%7D%0A%09.st2%7Bfill%3A%23F79E1B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%2241.9%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2256.6%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M45.5%2C37c0-11%2C5.1-21.5%2C13.8-28.3C43.6-3.6%2C21-0.9%2C8.7%2C14.8S-0.9%2C53%2C14.8%2C65.3c13.1%2C10.3%2C31.4%2C10.3%2C44.5%2C0%0A%09%09C50.6%2C58.5%2C45.5%2C48.1%2C45.5%2C37z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M114.1%2C59.3v-1.2h0.5v-0.2h-1.2v0.2h0.5v1.2H114.1z%20M116.4%2C59.3v-1.4H116l-0.4%2C1l-0.4-1h-0.4v1.4h0.3v-1.1%0A%09%09l0.4%2C0.9h0.3l0.4-0.9v1.1L116.4%2C59.3z%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22M117.5%2C37c0%2C19.9-16.1%2C36-36%2C36c-8.1%2C0-15.9-2.7-22.2-7.7C74.9%2C53%2C77.6%2C30.4%2C65.3%2C14.8%0A%09%09c-1.8-2.3-3.8-4.3-6.1-6.1c15.6-12.3%2C38.3-9.6%2C50.6%2C6.1C114.8%2C21.1%2C117.5%2C28.9%2C117.5%2C37L117.5%2C37z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-mc {
  display: inline-block;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-american_express:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2329afe4%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M43.302%2C23.003%20L40.862%2C23.003%20L40.862%2C21.931%20L43.292%2C21.931%20C43.533%2C21.931%2043.701%2C21.901%2043.803%2C21.807%20C43.891%2C21.730%2043.952%2C21.618%2043.952%2C21.481%20C43.952%2C21.336%2043.891%2C21.220%2043.798%2C21.151%20C43.706%2C21.074%2043.573%2C21.040%2043.353%2C21.040%20C42.167%2C21.002%2040.687%2C21.074%2040.687%2C19.492%20C40.687%2C18.767%2041.174%2C18.004%2042.500%2C18.004%20L45.000%2C18.004%20L45.000%2C19.068%20L42.714%2C19.068%20C42.484%2C19.068%2042.331%2C19.076%2042.202%2C19.158%20C42.069%2C19.239%2042.018%2C19.359%2042.018%2C19.518%20C42.018%2C19.706%2042.130%2C19.835%2042.294%2C19.890%20C42.427%2C19.934%2042.570%2C19.947%2042.781%2C19.947%20L43.465%2C19.964%20C44.156%2C19.980%2044.617%2C20.092%2044.898%2C20.366%20C44.943%2C20.399%2044.970%2C20.437%2045.000%2C20.474%20L45.000%2C22.379%20C44.690%2C22.792%2044.100%2C23.003%2043.302%2C23.003%20ZM37.363%2C19.890%20C37.497%2C19.934%2037.640%2C19.947%2037.855%2C19.947%20L38.535%2C19.964%20C39.221%2C19.980%2039.691%2C20.092%2039.977%2C20.366%20C40.223%2C20.607%2040.355%2C20.911%2040.355%2C21.426%20C40.355%2C22.501%2039.645%2C23.003%2038.371%2C23.003%20L35.911%2C23.003%20L35.911%2C21.931%20L38.361%2C21.931%20C38.601%2C21.931%2038.770%2C21.901%2038.877%2C21.807%20C38.964%2C21.730%2039.026%2C21.618%2039.026%2C21.481%20C39.026%2C21.336%2038.959%2C21.220%2038.872%2C21.151%20C38.775%2C21.074%2038.642%2C21.040%2038.422%2C21.040%20C37.241%2C21.002%2035.762%2C21.074%2035.762%2C19.492%20C35.762%2C18.767%2036.243%2C18.004%2037.568%2C18.004%20L40.100%2C18.004%20L40.100%2C19.068%20L37.783%2C19.068%20C37.553%2C19.068%2037.404%2C19.076%2037.277%2C19.158%20C37.138%2C19.239%2037.087%2C19.359%2037.087%2C19.518%20C37.087%2C19.707%2037.205%2C19.835%2037.363%2C19.890%20ZM30.939%2C18.004%20L35.154%2C18.004%20L35.154%2C19.038%20L32.196%2C19.038%20L32.196%2C19.947%20L35.082%2C19.947%20L35.082%2C20.967%20L32.196%2C20.967%20L32.196%2C21.961%20L35.154%2C21.966%20L35.154%2C23.003%20L30.939%2C23.003%20L30.939%2C18.004%20ZM29.343%2C20.680%20C29.624%2C20.778%2029.854%2C20.954%2029.962%2C21.100%20C30.140%2C21.344%2030.166%2C21.571%2030.171%2C22.012%20L30.171%2C23.003%20L28.903%2C23.003%20L28.903%2C22.378%20C28.903%2C22.077%2028.933%2C21.632%2028.699%2C21.399%20C28.514%2C21.220%2028.233%2C21.177%2027.772%2C21.177%20L26.422%2C21.177%20L26.422%2C23.003%20L25.153%2C23.003%20L25.153%2C18.004%20L28.069%2C18.004%20C28.709%2C18.004%2029.174%2C18.030%2029.589%2C18.240%20C29.987%2C18.467%2030.238%2C18.779%2030.238%2C19.350%20C30.238%2C20.148%2029.675%2C20.555%2029.343%2C20.680%20ZM28.580%2C19.128%20C28.427%2C19.042%2028.202%2C19.038%2027.977%2C19.038%20L26.422%2C19.038%20L26.422%2C20.161%20L27.956%2C20.161%20C28.202%2C20.161%2028.411%2C20.152%2028.580%2C20.058%20C28.744%2C19.964%2028.842%2C19.792%2028.842%2C19.578%20C28.842%2C19.364%2028.744%2C19.209%2028.580%2C19.128%20ZM22.361%2C21.326%20L20.785%2C21.326%20L20.785%2C23.003%20L18.330%2C23.003%20L16.774%2C21.348%20L15.158%2C23.003%20L10.155%2C23.003%20L10.155%2C18.004%20L15.235%2C18.004%20L16.789%2C19.642%20L18.396%2C18.004%20L22.431%2C18.004%20C23.434%2C18.004%2024.560%2C18.266%2024.560%2C19.651%20C24.560%2C21.040%2023.465%2C21.326%2022.361%2C21.326%20ZM14.580%2C19.038%20L11.413%2C19.038%20L11.413%2C19.947%20L14.186%2C19.947%20L14.186%2C20.967%20L11.413%2C20.967%20L11.413%2C21.961%20L14.519%2C21.961%20L15.961%2C20.495%20L14.580%2C19.038%20ZM19.527%2C18.540%20L17.587%2C20.512%20L19.527%2C22.548%20L19.527%2C18.540%20ZM22.431%2C19.038%20L20.785%2C19.038%20L20.785%2C20.311%20L22.417%2C20.311%20C22.902%2C20.311%2023.204%2C20.083%2023.204%2C19.651%20C23.204%2C19.214%2022.887%2C19.038%2022.431%2C19.038%20ZM37.640%2C17.009%20C36.466%2C17.009%2036.131%2C17.009%2036.131%2C17.009%20L29.957%2C17.009%20C29.957%2C17.009%2029.418%2C17.009%2028.253%2C17.009%20L24.181%2C17.009%20C24.181%2C17.009%2023.687%2C17.009%2022.401%2C17.009%20L17.843%2C17.009%20L16.800%2C18.077%20L15.823%2C17.009%20L9.014%2C17.009%20L9.014%2C23.985%20L15.695%2C23.985%20L16.770%2C22.900%20L17.782%2C23.985%20L21.900%2C23.988%20L21.900%2C22.347%20L22.305%2C22.347%20C22.851%2C22.356%2023.495%2C22.335%2024.064%2C22.102%20L24.064%2C23.985%20L27.460%2C23.985%20L27.460%2C22.167%20L27.624%2C22.167%20C27.833%2C22.167%2027.854%2C22.175%2027.854%2C22.373%20L27.854%2C23.985%20L38.172%2C23.985%20C39.517%2C23.985%2039.891%2C23.985%2039.891%2C23.985%20L43.163%2C23.985%20C43.838%2C23.985%2044.496%2C23.894%2045.000%2C23.668%20L45.000%2C30.000%20C45.000%2C31.105%2044.105%2C32.000%2043.000%2C32.000%20L2.000%2C32.000%20C0.895%2C32.000%200.000%2C31.105%200.000%2C30.000%20L0.000%2C2.000%20C0.000%2C0.895%200.895%2C-0.000%202.000%2C-0.000%20L43.000%2C-0.000%20C44.105%2C-0.000%2045.000%2C0.895%2045.000%2C2.000%20L45.000%2C17.009%20L42.678%2C17.009%20L37.640%2C17.009%20ZM43.014%2C7.992%20L39.491%2C7.992%20L38.998%2C7.992%20L35.383%2C7.992%20L34.930%2C7.992%20L30.048%2C7.992%20C28.426%2C7.992%2027.931%2C7.992%2027.931%2C7.992%20L24.562%2C7.992%20C24.562%2C7.992%2024.271%2C7.992%2023.130%2C7.992%20L10.820%2C7.992%20L9.994%2C9.801%20L9.146%2C7.992%20L5.268%2C7.992%20L4.842%2C7.992%20L1.536%2C7.992%20L0.000%2C11.321%20L0.000%2C14.994%20L0.000%2C14.994%20L2.167%2C14.994%20L2.655%2C13.879%20L3.749%2C13.879%20L4.236%2C14.994%20L8.499%2C14.994%20L8.879%2C14.997%20L11.092%2C14.997%20L11.473%2C14.994%20L22.067%2C14.994%20L22.452%2C14.994%20L27.931%2C14.994%20C27.931%2C14.994%2028.327%2C14.994%2029.965%2C14.994%20L32.270%2C14.994%20L32.764%2C13.879%20L33.857%2C13.879%20L34.340%2C14.994%20L38.782%2C14.994%20L39.454%2C14.994%20L43.014%2C14.994%20L43.014%2C7.992%20ZM37.683%2C14.008%20L35.101%2C14.008%20L34.607%2C12.888%20L31.973%2C12.888%20L31.495%2C14.008%20L30.011%2C14.008%20C29.395%2C14.008%2028.614%2C13.879%2028.172%2C13.453%20C27.727%2C13.026%2027.495%2C12.449%2027.495%2C11.536%20C27.495%2C10.792%2027.633%2C10.111%2028.178%2C9.573%20C28.588%2C9.172%2029.230%2C8.988%2030.104%2C8.988%20L31.332%2C8.988%20L31.332%2C10.063%20L30.130%2C10.063%20C29.667%2C10.063%2029.406%2C10.128%2029.154%2C10.361%20C28.938%2C10.572%2028.790%2C10.972%2028.790%2C11.498%20C28.790%2C12.036%2028.902%2C12.424%2029.138%2C12.677%20C29.333%2C12.875%2029.688%2C12.936%2030.022%2C12.936%20L30.591%2C12.936%20L32.379%2C8.988%20L34.278%2C8.988%20L36.425%2C13.736%20L36.425%2C8.988%20L38.356%2C8.988%20L40.585%2C12.484%20L40.585%2C8.988%20L41.884%2C8.988%20L41.884%2C14.008%20L40.087%2C14.008%20L37.683%2C10.240%20L37.683%2C14.008%20ZM33.298%2C9.840%20L32.425%2C11.842%20L34.175%2C11.842%20L33.298%2C9.840%20ZM25.580%2C8.988%20L26.874%2C8.988%20L26.874%2C14.008%20L25.580%2C14.008%20L25.580%2C8.988%20ZM23.951%2C11.678%20C24.228%2C11.778%2024.465%2C11.954%2024.578%2C12.101%20C24.757%2C12.350%2024.788%2C12.573%2024.788%2C13.022%20L24.788%2C14.008%20L23.509%2C14.008%20L23.504%2C13.375%20C23.504%2C13.073%2023.535%2C12.638%2023.304%2C12.397%20C23.119%2C12.220%2022.836%2C12.182%2022.380%2C12.182%20L21.019%2C12.182%20L21.019%2C14.008%20L19.751%2C14.008%20L19.751%2C8.988%20L22.667%2C8.988%20C23.315%2C8.988%2023.793%2C9.004%2024.203%2C9.228%20C24.604%2C9.452%2024.844%2C9.780%2024.844%2C10.340%20C24.844%2C11.140%2024.280%2C11.554%2023.951%2C11.678%20ZM23.181%2C10.124%20C23.031%2C10.042%2022.801%2C10.033%2022.580%2C10.033%20L21.019%2C10.033%20L21.019%2C11.148%20L22.559%2C11.148%20C22.806%2C11.148%2023.012%2C11.145%2023.186%2C11.045%20C23.351%2C10.963%2023.447%2C10.787%2023.447%2C10.567%20C23.447%2C10.352%2023.346%2C10.197%2023.181%2C10.124%20ZM14.636%2C8.988%20L18.872%2C8.988%20L18.872%2C10.033%20L15.904%2C10.033%20L15.904%2C10.938%20L18.801%2C10.938%20L18.801%2C11.967%20L15.904%2C11.967%20L15.904%2C12.970%20L18.872%2C12.970%20L18.872%2C14.008%20L14.636%2C14.008%20L14.636%2C8.988%20ZM12.386%2C10.076%20L10.548%2C14.008%20L9.434%2C14.008%20L7.591%2C10.073%20L7.591%2C14.008%20L5.012%2C14.008%20L4.525%2C12.888%20L1.884%2C12.888%20L1.392%2C14.008%20L0.015%2C14.008%20L2.286%2C8.988%20L4.170%2C8.988%20L6.326%2C13.741%20L6.326%2C8.988%20L8.396%2C8.988%20L10.055%2C12.393%20L11.580%2C8.988%20L13.691%2C8.988%20L13.691%2C14.008%20L12.391%2C14.008%20L12.386%2C10.076%20ZM3.199%2C9.840%20L2.336%2C11.842%20L4.067%2C11.842%20L3.199%2C9.840%20ZM45.016%2C22.364%20L45.016%2C23.663%20C45.011%2C23.665%2045.005%2C23.666%2045.000%2C23.668%20L45.000%2C22.379%20C45.004%2C22.373%2045.011%2C22.369%2045.016%2C22.364%20ZM45.015%2C17.009%20L45.015%2C18.004%20L45.000%2C18.004%20L45.000%2C17.009%20L45.015%2C17.009%20ZM45.016%2C19.068%20L45.016%2C20.490%20C45.011%2C20.484%2045.005%2C20.479%2045.000%2C20.474%20L45.000%2C19.068%20L45.016%2C19.068%20Z%22%20transform%3D%22translate(5.5%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-american_express:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2329afe4%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M43.302%2C23.003%20L40.862%2C23.003%20L40.862%2C21.931%20L43.292%2C21.931%20C43.533%2C21.931%2043.701%2C21.901%2043.803%2C21.807%20C43.891%2C21.730%2043.952%2C21.618%2043.952%2C21.481%20C43.952%2C21.336%2043.891%2C21.220%2043.798%2C21.151%20C43.706%2C21.074%2043.573%2C21.040%2043.353%2C21.040%20C42.167%2C21.002%2040.687%2C21.074%2040.687%2C19.492%20C40.687%2C18.767%2041.174%2C18.004%2042.500%2C18.004%20L45.000%2C18.004%20L45.000%2C19.068%20L42.714%2C19.068%20C42.484%2C19.068%2042.331%2C19.076%2042.202%2C19.158%20C42.069%2C19.239%2042.018%2C19.359%2042.018%2C19.518%20C42.018%2C19.706%2042.130%2C19.835%2042.294%2C19.890%20C42.427%2C19.934%2042.570%2C19.947%2042.781%2C19.947%20L43.465%2C19.964%20C44.156%2C19.980%2044.617%2C20.092%2044.898%2C20.366%20C44.943%2C20.399%2044.970%2C20.437%2045.000%2C20.474%20L45.000%2C22.379%20C44.690%2C22.792%2044.100%2C23.003%2043.302%2C23.003%20ZM37.363%2C19.890%20C37.497%2C19.934%2037.640%2C19.947%2037.855%2C19.947%20L38.535%2C19.964%20C39.221%2C19.980%2039.691%2C20.092%2039.977%2C20.366%20C40.223%2C20.607%2040.355%2C20.911%2040.355%2C21.426%20C40.355%2C22.501%2039.645%2C23.003%2038.371%2C23.003%20L35.911%2C23.003%20L35.911%2C21.931%20L38.361%2C21.931%20C38.601%2C21.931%2038.770%2C21.901%2038.877%2C21.807%20C38.964%2C21.730%2039.026%2C21.618%2039.026%2C21.481%20C39.026%2C21.336%2038.959%2C21.220%2038.872%2C21.151%20C38.775%2C21.074%2038.642%2C21.040%2038.422%2C21.040%20C37.241%2C21.002%2035.762%2C21.074%2035.762%2C19.492%20C35.762%2C18.767%2036.243%2C18.004%2037.568%2C18.004%20L40.100%2C18.004%20L40.100%2C19.068%20L37.783%2C19.068%20C37.553%2C19.068%2037.404%2C19.076%2037.277%2C19.158%20C37.138%2C19.239%2037.087%2C19.359%2037.087%2C19.518%20C37.087%2C19.707%2037.205%2C19.835%2037.363%2C19.890%20ZM30.939%2C18.004%20L35.154%2C18.004%20L35.154%2C19.038%20L32.196%2C19.038%20L32.196%2C19.947%20L35.082%2C19.947%20L35.082%2C20.967%20L32.196%2C20.967%20L32.196%2C21.961%20L35.154%2C21.966%20L35.154%2C23.003%20L30.939%2C23.003%20L30.939%2C18.004%20ZM29.343%2C20.680%20C29.624%2C20.778%2029.854%2C20.954%2029.962%2C21.100%20C30.140%2C21.344%2030.166%2C21.571%2030.171%2C22.012%20L30.171%2C23.003%20L28.903%2C23.003%20L28.903%2C22.378%20C28.903%2C22.077%2028.933%2C21.632%2028.699%2C21.399%20C28.514%2C21.220%2028.233%2C21.177%2027.772%2C21.177%20L26.422%2C21.177%20L26.422%2C23.003%20L25.153%2C23.003%20L25.153%2C18.004%20L28.069%2C18.004%20C28.709%2C18.004%2029.174%2C18.030%2029.589%2C18.240%20C29.987%2C18.467%2030.238%2C18.779%2030.238%2C19.350%20C30.238%2C20.148%2029.675%2C20.555%2029.343%2C20.680%20ZM28.580%2C19.128%20C28.427%2C19.042%2028.202%2C19.038%2027.977%2C19.038%20L26.422%2C19.038%20L26.422%2C20.161%20L27.956%2C20.161%20C28.202%2C20.161%2028.411%2C20.152%2028.580%2C20.058%20C28.744%2C19.964%2028.842%2C19.792%2028.842%2C19.578%20C28.842%2C19.364%2028.744%2C19.209%2028.580%2C19.128%20ZM22.361%2C21.326%20L20.785%2C21.326%20L20.785%2C23.003%20L18.330%2C23.003%20L16.774%2C21.348%20L15.158%2C23.003%20L10.155%2C23.003%20L10.155%2C18.004%20L15.235%2C18.004%20L16.789%2C19.642%20L18.396%2C18.004%20L22.431%2C18.004%20C23.434%2C18.004%2024.560%2C18.266%2024.560%2C19.651%20C24.560%2C21.040%2023.465%2C21.326%2022.361%2C21.326%20ZM14.580%2C19.038%20L11.413%2C19.038%20L11.413%2C19.947%20L14.186%2C19.947%20L14.186%2C20.967%20L11.413%2C20.967%20L11.413%2C21.961%20L14.519%2C21.961%20L15.961%2C20.495%20L14.580%2C19.038%20ZM19.527%2C18.540%20L17.587%2C20.512%20L19.527%2C22.548%20L19.527%2C18.540%20ZM22.431%2C19.038%20L20.785%2C19.038%20L20.785%2C20.311%20L22.417%2C20.311%20C22.902%2C20.311%2023.204%2C20.083%2023.204%2C19.651%20C23.204%2C19.214%2022.887%2C19.038%2022.431%2C19.038%20ZM37.640%2C17.009%20C36.466%2C17.009%2036.131%2C17.009%2036.131%2C17.009%20L29.957%2C17.009%20C29.957%2C17.009%2029.418%2C17.009%2028.253%2C17.009%20L24.181%2C17.009%20C24.181%2C17.009%2023.687%2C17.009%2022.401%2C17.009%20L17.843%2C17.009%20L16.800%2C18.077%20L15.823%2C17.009%20L9.014%2C17.009%20L9.014%2C23.985%20L15.695%2C23.985%20L16.770%2C22.900%20L17.782%2C23.985%20L21.900%2C23.988%20L21.900%2C22.347%20L22.305%2C22.347%20C22.851%2C22.356%2023.495%2C22.335%2024.064%2C22.102%20L24.064%2C23.985%20L27.460%2C23.985%20L27.460%2C22.167%20L27.624%2C22.167%20C27.833%2C22.167%2027.854%2C22.175%2027.854%2C22.373%20L27.854%2C23.985%20L38.172%2C23.985%20C39.517%2C23.985%2039.891%2C23.985%2039.891%2C23.985%20L43.163%2C23.985%20C43.838%2C23.985%2044.496%2C23.894%2045.000%2C23.668%20L45.000%2C30.000%20C45.000%2C31.105%2044.105%2C32.000%2043.000%2C32.000%20L2.000%2C32.000%20C0.895%2C32.000%200.000%2C31.105%200.000%2C30.000%20L0.000%2C2.000%20C0.000%2C0.895%200.895%2C-0.000%202.000%2C-0.000%20L43.000%2C-0.000%20C44.105%2C-0.000%2045.000%2C0.895%2045.000%2C2.000%20L45.000%2C17.009%20L42.678%2C17.009%20L37.640%2C17.009%20ZM43.014%2C7.992%20L39.491%2C7.992%20L38.998%2C7.992%20L35.383%2C7.992%20L34.930%2C7.992%20L30.048%2C7.992%20C28.426%2C7.992%2027.931%2C7.992%2027.931%2C7.992%20L24.562%2C7.992%20C24.562%2C7.992%2024.271%2C7.992%2023.130%2C7.992%20L10.820%2C7.992%20L9.994%2C9.801%20L9.146%2C7.992%20L5.268%2C7.992%20L4.842%2C7.992%20L1.536%2C7.992%20L0.000%2C11.321%20L0.000%2C14.994%20L0.000%2C14.994%20L2.167%2C14.994%20L2.655%2C13.879%20L3.749%2C13.879%20L4.236%2C14.994%20L8.499%2C14.994%20L8.879%2C14.997%20L11.092%2C14.997%20L11.473%2C14.994%20L22.067%2C14.994%20L22.452%2C14.994%20L27.931%2C14.994%20C27.931%2C14.994%2028.327%2C14.994%2029.965%2C14.994%20L32.270%2C14.994%20L32.764%2C13.879%20L33.857%2C13.879%20L34.340%2C14.994%20L38.782%2C14.994%20L39.454%2C14.994%20L43.014%2C14.994%20L43.014%2C7.992%20ZM37.683%2C14.008%20L35.101%2C14.008%20L34.607%2C12.888%20L31.973%2C12.888%20L31.495%2C14.008%20L30.011%2C14.008%20C29.395%2C14.008%2028.614%2C13.879%2028.172%2C13.453%20C27.727%2C13.026%2027.495%2C12.449%2027.495%2C11.536%20C27.495%2C10.792%2027.633%2C10.111%2028.178%2C9.573%20C28.588%2C9.172%2029.230%2C8.988%2030.104%2C8.988%20L31.332%2C8.988%20L31.332%2C10.063%20L30.130%2C10.063%20C29.667%2C10.063%2029.406%2C10.128%2029.154%2C10.361%20C28.938%2C10.572%2028.790%2C10.972%2028.790%2C11.498%20C28.790%2C12.036%2028.902%2C12.424%2029.138%2C12.677%20C29.333%2C12.875%2029.688%2C12.936%2030.022%2C12.936%20L30.591%2C12.936%20L32.379%2C8.988%20L34.278%2C8.988%20L36.425%2C13.736%20L36.425%2C8.988%20L38.356%2C8.988%20L40.585%2C12.484%20L40.585%2C8.988%20L41.884%2C8.988%20L41.884%2C14.008%20L40.087%2C14.008%20L37.683%2C10.240%20L37.683%2C14.008%20ZM33.298%2C9.840%20L32.425%2C11.842%20L34.175%2C11.842%20L33.298%2C9.840%20ZM25.580%2C8.988%20L26.874%2C8.988%20L26.874%2C14.008%20L25.580%2C14.008%20L25.580%2C8.988%20ZM23.951%2C11.678%20C24.228%2C11.778%2024.465%2C11.954%2024.578%2C12.101%20C24.757%2C12.350%2024.788%2C12.573%2024.788%2C13.022%20L24.788%2C14.008%20L23.509%2C14.008%20L23.504%2C13.375%20C23.504%2C13.073%2023.535%2C12.638%2023.304%2C12.397%20C23.119%2C12.220%2022.836%2C12.182%2022.380%2C12.182%20L21.019%2C12.182%20L21.019%2C14.008%20L19.751%2C14.008%20L19.751%2C8.988%20L22.667%2C8.988%20C23.315%2C8.988%2023.793%2C9.004%2024.203%2C9.228%20C24.604%2C9.452%2024.844%2C9.780%2024.844%2C10.340%20C24.844%2C11.140%2024.280%2C11.554%2023.951%2C11.678%20ZM23.181%2C10.124%20C23.031%2C10.042%2022.801%2C10.033%2022.580%2C10.033%20L21.019%2C10.033%20L21.019%2C11.148%20L22.559%2C11.148%20C22.806%2C11.148%2023.012%2C11.145%2023.186%2C11.045%20C23.351%2C10.963%2023.447%2C10.787%2023.447%2C10.567%20C23.447%2C10.352%2023.346%2C10.197%2023.181%2C10.124%20ZM14.636%2C8.988%20L18.872%2C8.988%20L18.872%2C10.033%20L15.904%2C10.033%20L15.904%2C10.938%20L18.801%2C10.938%20L18.801%2C11.967%20L15.904%2C11.967%20L15.904%2C12.970%20L18.872%2C12.970%20L18.872%2C14.008%20L14.636%2C14.008%20L14.636%2C8.988%20ZM12.386%2C10.076%20L10.548%2C14.008%20L9.434%2C14.008%20L7.591%2C10.073%20L7.591%2C14.008%20L5.012%2C14.008%20L4.525%2C12.888%20L1.884%2C12.888%20L1.392%2C14.008%20L0.015%2C14.008%20L2.286%2C8.988%20L4.170%2C8.988%20L6.326%2C13.741%20L6.326%2C8.988%20L8.396%2C8.988%20L10.055%2C12.393%20L11.580%2C8.988%20L13.691%2C8.988%20L13.691%2C14.008%20L12.391%2C14.008%20L12.386%2C10.076%20ZM3.199%2C9.840%20L2.336%2C11.842%20L4.067%2C11.842%20L3.199%2C9.840%20ZM45.016%2C22.364%20L45.016%2C23.663%20C45.011%2C23.665%2045.005%2C23.666%2045.000%2C23.668%20L45.000%2C22.379%20C45.004%2C22.373%2045.011%2C22.369%2045.016%2C22.364%20ZM45.015%2C17.009%20L45.015%2C18.004%20L45.000%2C18.004%20L45.000%2C17.009%20L45.015%2C17.009%20ZM45.016%2C19.068%20L45.016%2C20.490%20C45.011%2C20.484%2045.005%2C20.479%2045.000%2C20.474%20L45.000%2C19.068%20L45.016%2C19.068%20Z%22%20transform%3D%22translate(5.5%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-american_express:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M43.302%2C23.003%20L40.862%2C23.003%20L40.862%2C21.931%20L43.292%2C21.931%20C43.533%2C21.931%2043.701%2C21.901%2043.803%2C21.807%20C43.891%2C21.730%2043.952%2C21.618%2043.952%2C21.481%20C43.952%2C21.336%2043.891%2C21.220%2043.798%2C21.151%20C43.706%2C21.074%2043.573%2C21.040%2043.353%2C21.040%20C42.167%2C21.002%2040.687%2C21.074%2040.687%2C19.492%20C40.687%2C18.767%2041.174%2C18.004%2042.500%2C18.004%20L45.000%2C18.004%20L45.000%2C19.068%20L42.714%2C19.068%20C42.484%2C19.068%2042.331%2C19.076%2042.202%2C19.158%20C42.069%2C19.239%2042.018%2C19.359%2042.018%2C19.518%20C42.018%2C19.706%2042.130%2C19.835%2042.294%2C19.890%20C42.427%2C19.934%2042.570%2C19.947%2042.781%2C19.947%20L43.465%2C19.964%20C44.156%2C19.980%2044.617%2C20.092%2044.898%2C20.366%20C44.943%2C20.399%2044.970%2C20.437%2045.000%2C20.474%20L45.000%2C22.379%20C44.690%2C22.792%2044.100%2C23.003%2043.302%2C23.003%20ZM37.363%2C19.890%20C37.497%2C19.934%2037.640%2C19.947%2037.855%2C19.947%20L38.535%2C19.964%20C39.221%2C19.980%2039.691%2C20.092%2039.977%2C20.366%20C40.223%2C20.607%2040.355%2C20.911%2040.355%2C21.426%20C40.355%2C22.501%2039.645%2C23.003%2038.371%2C23.003%20L35.911%2C23.003%20L35.911%2C21.931%20L38.361%2C21.931%20C38.601%2C21.931%2038.770%2C21.901%2038.877%2C21.807%20C38.964%2C21.730%2039.026%2C21.618%2039.026%2C21.481%20C39.026%2C21.336%2038.959%2C21.220%2038.872%2C21.151%20C38.775%2C21.074%2038.642%2C21.040%2038.422%2C21.040%20C37.241%2C21.002%2035.762%2C21.074%2035.762%2C19.492%20C35.762%2C18.767%2036.243%2C18.004%2037.568%2C18.004%20L40.100%2C18.004%20L40.100%2C19.068%20L37.783%2C19.068%20C37.553%2C19.068%2037.404%2C19.076%2037.277%2C19.158%20C37.138%2C19.239%2037.087%2C19.359%2037.087%2C19.518%20C37.087%2C19.707%2037.205%2C19.835%2037.363%2C19.890%20ZM30.939%2C18.004%20L35.154%2C18.004%20L35.154%2C19.038%20L32.196%2C19.038%20L32.196%2C19.947%20L35.082%2C19.947%20L35.082%2C20.967%20L32.196%2C20.967%20L32.196%2C21.961%20L35.154%2C21.966%20L35.154%2C23.003%20L30.939%2C23.003%20L30.939%2C18.004%20ZM29.343%2C20.680%20C29.624%2C20.778%2029.854%2C20.954%2029.962%2C21.100%20C30.140%2C21.344%2030.166%2C21.571%2030.171%2C22.012%20L30.171%2C23.003%20L28.903%2C23.003%20L28.903%2C22.378%20C28.903%2C22.077%2028.933%2C21.632%2028.699%2C21.399%20C28.514%2C21.220%2028.233%2C21.177%2027.772%2C21.177%20L26.422%2C21.177%20L26.422%2C23.003%20L25.153%2C23.003%20L25.153%2C18.004%20L28.069%2C18.004%20C28.709%2C18.004%2029.174%2C18.030%2029.589%2C18.240%20C29.987%2C18.467%2030.238%2C18.779%2030.238%2C19.350%20C30.238%2C20.148%2029.675%2C20.555%2029.343%2C20.680%20ZM28.580%2C19.128%20C28.427%2C19.042%2028.202%2C19.038%2027.977%2C19.038%20L26.422%2C19.038%20L26.422%2C20.161%20L27.956%2C20.161%20C28.202%2C20.161%2028.411%2C20.152%2028.580%2C20.058%20C28.744%2C19.964%2028.842%2C19.792%2028.842%2C19.578%20C28.842%2C19.364%2028.744%2C19.209%2028.580%2C19.128%20ZM22.361%2C21.326%20L20.785%2C21.326%20L20.785%2C23.003%20L18.330%2C23.003%20L16.774%2C21.348%20L15.158%2C23.003%20L10.155%2C23.003%20L10.155%2C18.004%20L15.235%2C18.004%20L16.789%2C19.642%20L18.396%2C18.004%20L22.431%2C18.004%20C23.434%2C18.004%2024.560%2C18.266%2024.560%2C19.651%20C24.560%2C21.040%2023.465%2C21.326%2022.361%2C21.326%20ZM14.580%2C19.038%20L11.413%2C19.038%20L11.413%2C19.947%20L14.186%2C19.947%20L14.186%2C20.967%20L11.413%2C20.967%20L11.413%2C21.961%20L14.519%2C21.961%20L15.961%2C20.495%20L14.580%2C19.038%20ZM19.527%2C18.540%20L17.587%2C20.512%20L19.527%2C22.548%20L19.527%2C18.540%20ZM22.431%2C19.038%20L20.785%2C19.038%20L20.785%2C20.311%20L22.417%2C20.311%20C22.902%2C20.311%2023.204%2C20.083%2023.204%2C19.651%20C23.204%2C19.214%2022.887%2C19.038%2022.431%2C19.038%20ZM37.640%2C17.009%20C36.466%2C17.009%2036.131%2C17.009%2036.131%2C17.009%20L29.957%2C17.009%20C29.957%2C17.009%2029.418%2C17.009%2028.253%2C17.009%20L24.181%2C17.009%20C24.181%2C17.009%2023.687%2C17.009%2022.401%2C17.009%20L17.843%2C17.009%20L16.800%2C18.077%20L15.823%2C17.009%20L9.014%2C17.009%20L9.014%2C23.985%20L15.695%2C23.985%20L16.770%2C22.900%20L17.782%2C23.985%20L21.900%2C23.988%20L21.900%2C22.347%20L22.305%2C22.347%20C22.851%2C22.356%2023.495%2C22.335%2024.064%2C22.102%20L24.064%2C23.985%20L27.460%2C23.985%20L27.460%2C22.167%20L27.624%2C22.167%20C27.833%2C22.167%2027.854%2C22.175%2027.854%2C22.373%20L27.854%2C23.985%20L38.172%2C23.985%20C39.517%2C23.985%2039.891%2C23.985%2039.891%2C23.985%20L43.163%2C23.985%20C43.838%2C23.985%2044.496%2C23.894%2045.000%2C23.668%20L45.000%2C30.000%20C45.000%2C31.105%2044.105%2C32.000%2043.000%2C32.000%20L2.000%2C32.000%20C0.895%2C32.000%200.000%2C31.105%200.000%2C30.000%20L0.000%2C2.000%20C0.000%2C0.895%200.895%2C-0.000%202.000%2C-0.000%20L43.000%2C-0.000%20C44.105%2C-0.000%2045.000%2C0.895%2045.000%2C2.000%20L45.000%2C17.009%20L42.678%2C17.009%20L37.640%2C17.009%20ZM43.014%2C7.992%20L39.491%2C7.992%20L38.998%2C7.992%20L35.383%2C7.992%20L34.930%2C7.992%20L30.048%2C7.992%20C28.426%2C7.992%2027.931%2C7.992%2027.931%2C7.992%20L24.562%2C7.992%20C24.562%2C7.992%2024.271%2C7.992%2023.130%2C7.992%20L10.820%2C7.992%20L9.994%2C9.801%20L9.146%2C7.992%20L5.268%2C7.992%20L4.842%2C7.992%20L1.536%2C7.992%20L0.000%2C11.321%20L0.000%2C14.994%20L0.000%2C14.994%20L2.167%2C14.994%20L2.655%2C13.879%20L3.749%2C13.879%20L4.236%2C14.994%20L8.499%2C14.994%20L8.879%2C14.997%20L11.092%2C14.997%20L11.473%2C14.994%20L22.067%2C14.994%20L22.452%2C14.994%20L27.931%2C14.994%20C27.931%2C14.994%2028.327%2C14.994%2029.965%2C14.994%20L32.270%2C14.994%20L32.764%2C13.879%20L33.857%2C13.879%20L34.340%2C14.994%20L38.782%2C14.994%20L39.454%2C14.994%20L43.014%2C14.994%20L43.014%2C7.992%20ZM37.683%2C14.008%20L35.101%2C14.008%20L34.607%2C12.888%20L31.973%2C12.888%20L31.495%2C14.008%20L30.011%2C14.008%20C29.395%2C14.008%2028.614%2C13.879%2028.172%2C13.453%20C27.727%2C13.026%2027.495%2C12.449%2027.495%2C11.536%20C27.495%2C10.792%2027.633%2C10.111%2028.178%2C9.573%20C28.588%2C9.172%2029.230%2C8.988%2030.104%2C8.988%20L31.332%2C8.988%20L31.332%2C10.063%20L30.130%2C10.063%20C29.667%2C10.063%2029.406%2C10.128%2029.154%2C10.361%20C28.938%2C10.572%2028.790%2C10.972%2028.790%2C11.498%20C28.790%2C12.036%2028.902%2C12.424%2029.138%2C12.677%20C29.333%2C12.875%2029.688%2C12.936%2030.022%2C12.936%20L30.591%2C12.936%20L32.379%2C8.988%20L34.278%2C8.988%20L36.425%2C13.736%20L36.425%2C8.988%20L38.356%2C8.988%20L40.585%2C12.484%20L40.585%2C8.988%20L41.884%2C8.988%20L41.884%2C14.008%20L40.087%2C14.008%20L37.683%2C10.240%20L37.683%2C14.008%20ZM33.298%2C9.840%20L32.425%2C11.842%20L34.175%2C11.842%20L33.298%2C9.840%20ZM25.580%2C8.988%20L26.874%2C8.988%20L26.874%2C14.008%20L25.580%2C14.008%20L25.580%2C8.988%20ZM23.951%2C11.678%20C24.228%2C11.778%2024.465%2C11.954%2024.578%2C12.101%20C24.757%2C12.350%2024.788%2C12.573%2024.788%2C13.022%20L24.788%2C14.008%20L23.509%2C14.008%20L23.504%2C13.375%20C23.504%2C13.073%2023.535%2C12.638%2023.304%2C12.397%20C23.119%2C12.220%2022.836%2C12.182%2022.380%2C12.182%20L21.019%2C12.182%20L21.019%2C14.008%20L19.751%2C14.008%20L19.751%2C8.988%20L22.667%2C8.988%20C23.315%2C8.988%2023.793%2C9.004%2024.203%2C9.228%20C24.604%2C9.452%2024.844%2C9.780%2024.844%2C10.340%20C24.844%2C11.140%2024.280%2C11.554%2023.951%2C11.678%20ZM23.181%2C10.124%20C23.031%2C10.042%2022.801%2C10.033%2022.580%2C10.033%20L21.019%2C10.033%20L21.019%2C11.148%20L22.559%2C11.148%20C22.806%2C11.148%2023.012%2C11.145%2023.186%2C11.045%20C23.351%2C10.963%2023.447%2C10.787%2023.447%2C10.567%20C23.447%2C10.352%2023.346%2C10.197%2023.181%2C10.124%20ZM14.636%2C8.988%20L18.872%2C8.988%20L18.872%2C10.033%20L15.904%2C10.033%20L15.904%2C10.938%20L18.801%2C10.938%20L18.801%2C11.967%20L15.904%2C11.967%20L15.904%2C12.970%20L18.872%2C12.970%20L18.872%2C14.008%20L14.636%2C14.008%20L14.636%2C8.988%20ZM12.386%2C10.076%20L10.548%2C14.008%20L9.434%2C14.008%20L7.591%2C10.073%20L7.591%2C14.008%20L5.012%2C14.008%20L4.525%2C12.888%20L1.884%2C12.888%20L1.392%2C14.008%20L0.015%2C14.008%20L2.286%2C8.988%20L4.170%2C8.988%20L6.326%2C13.741%20L6.326%2C8.988%20L8.396%2C8.988%20L10.055%2C12.393%20L11.580%2C8.988%20L13.691%2C8.988%20L13.691%2C14.008%20L12.391%2C14.008%20L12.386%2C10.076%20ZM3.199%2C9.840%20L2.336%2C11.842%20L4.067%2C11.842%20L3.199%2C9.840%20ZM45.016%2C22.364%20L45.016%2C23.663%20C45.011%2C23.665%2045.005%2C23.666%2045.000%2C23.668%20L45.000%2C22.379%20C45.004%2C22.373%2045.011%2C22.369%2045.016%2C22.364%20ZM45.015%2C17.009%20L45.015%2C18.004%20L45.000%2C18.004%20L45.000%2C17.009%20L45.015%2C17.009%20ZM45.016%2C19.068%20L45.016%2C20.490%20C45.011%2C20.484%2045.005%2C20.479%2045.000%2C20.474%20L45.000%2C19.068%20L45.016%2C19.068%20Z%22%20transform%3D%22translate(5.5%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-american_express:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M43.302%2C23.003%20L40.862%2C23.003%20L40.862%2C21.931%20L43.292%2C21.931%20C43.533%2C21.931%2043.701%2C21.901%2043.803%2C21.807%20C43.891%2C21.730%2043.952%2C21.618%2043.952%2C21.481%20C43.952%2C21.336%2043.891%2C21.220%2043.798%2C21.151%20C43.706%2C21.074%2043.573%2C21.040%2043.353%2C21.040%20C42.167%2C21.002%2040.687%2C21.074%2040.687%2C19.492%20C40.687%2C18.767%2041.174%2C18.004%2042.500%2C18.004%20L45.000%2C18.004%20L45.000%2C19.068%20L42.714%2C19.068%20C42.484%2C19.068%2042.331%2C19.076%2042.202%2C19.158%20C42.069%2C19.239%2042.018%2C19.359%2042.018%2C19.518%20C42.018%2C19.706%2042.130%2C19.835%2042.294%2C19.890%20C42.427%2C19.934%2042.570%2C19.947%2042.781%2C19.947%20L43.465%2C19.964%20C44.156%2C19.980%2044.617%2C20.092%2044.898%2C20.366%20C44.943%2C20.399%2044.970%2C20.437%2045.000%2C20.474%20L45.000%2C22.379%20C44.690%2C22.792%2044.100%2C23.003%2043.302%2C23.003%20ZM37.363%2C19.890%20C37.497%2C19.934%2037.640%2C19.947%2037.855%2C19.947%20L38.535%2C19.964%20C39.221%2C19.980%2039.691%2C20.092%2039.977%2C20.366%20C40.223%2C20.607%2040.355%2C20.911%2040.355%2C21.426%20C40.355%2C22.501%2039.645%2C23.003%2038.371%2C23.003%20L35.911%2C23.003%20L35.911%2C21.931%20L38.361%2C21.931%20C38.601%2C21.931%2038.770%2C21.901%2038.877%2C21.807%20C38.964%2C21.730%2039.026%2C21.618%2039.026%2C21.481%20C39.026%2C21.336%2038.959%2C21.220%2038.872%2C21.151%20C38.775%2C21.074%2038.642%2C21.040%2038.422%2C21.040%20C37.241%2C21.002%2035.762%2C21.074%2035.762%2C19.492%20C35.762%2C18.767%2036.243%2C18.004%2037.568%2C18.004%20L40.100%2C18.004%20L40.100%2C19.068%20L37.783%2C19.068%20C37.553%2C19.068%2037.404%2C19.076%2037.277%2C19.158%20C37.138%2C19.239%2037.087%2C19.359%2037.087%2C19.518%20C37.087%2C19.707%2037.205%2C19.835%2037.363%2C19.890%20ZM30.939%2C18.004%20L35.154%2C18.004%20L35.154%2C19.038%20L32.196%2C19.038%20L32.196%2C19.947%20L35.082%2C19.947%20L35.082%2C20.967%20L32.196%2C20.967%20L32.196%2C21.961%20L35.154%2C21.966%20L35.154%2C23.003%20L30.939%2C23.003%20L30.939%2C18.004%20ZM29.343%2C20.680%20C29.624%2C20.778%2029.854%2C20.954%2029.962%2C21.100%20C30.140%2C21.344%2030.166%2C21.571%2030.171%2C22.012%20L30.171%2C23.003%20L28.903%2C23.003%20L28.903%2C22.378%20C28.903%2C22.077%2028.933%2C21.632%2028.699%2C21.399%20C28.514%2C21.220%2028.233%2C21.177%2027.772%2C21.177%20L26.422%2C21.177%20L26.422%2C23.003%20L25.153%2C23.003%20L25.153%2C18.004%20L28.069%2C18.004%20C28.709%2C18.004%2029.174%2C18.030%2029.589%2C18.240%20C29.987%2C18.467%2030.238%2C18.779%2030.238%2C19.350%20C30.238%2C20.148%2029.675%2C20.555%2029.343%2C20.680%20ZM28.580%2C19.128%20C28.427%2C19.042%2028.202%2C19.038%2027.977%2C19.038%20L26.422%2C19.038%20L26.422%2C20.161%20L27.956%2C20.161%20C28.202%2C20.161%2028.411%2C20.152%2028.580%2C20.058%20C28.744%2C19.964%2028.842%2C19.792%2028.842%2C19.578%20C28.842%2C19.364%2028.744%2C19.209%2028.580%2C19.128%20ZM22.361%2C21.326%20L20.785%2C21.326%20L20.785%2C23.003%20L18.330%2C23.003%20L16.774%2C21.348%20L15.158%2C23.003%20L10.155%2C23.003%20L10.155%2C18.004%20L15.235%2C18.004%20L16.789%2C19.642%20L18.396%2C18.004%20L22.431%2C18.004%20C23.434%2C18.004%2024.560%2C18.266%2024.560%2C19.651%20C24.560%2C21.040%2023.465%2C21.326%2022.361%2C21.326%20ZM14.580%2C19.038%20L11.413%2C19.038%20L11.413%2C19.947%20L14.186%2C19.947%20L14.186%2C20.967%20L11.413%2C20.967%20L11.413%2C21.961%20L14.519%2C21.961%20L15.961%2C20.495%20L14.580%2C19.038%20ZM19.527%2C18.540%20L17.587%2C20.512%20L19.527%2C22.548%20L19.527%2C18.540%20ZM22.431%2C19.038%20L20.785%2C19.038%20L20.785%2C20.311%20L22.417%2C20.311%20C22.902%2C20.311%2023.204%2C20.083%2023.204%2C19.651%20C23.204%2C19.214%2022.887%2C19.038%2022.431%2C19.038%20ZM37.640%2C17.009%20C36.466%2C17.009%2036.131%2C17.009%2036.131%2C17.009%20L29.957%2C17.009%20C29.957%2C17.009%2029.418%2C17.009%2028.253%2C17.009%20L24.181%2C17.009%20C24.181%2C17.009%2023.687%2C17.009%2022.401%2C17.009%20L17.843%2C17.009%20L16.800%2C18.077%20L15.823%2C17.009%20L9.014%2C17.009%20L9.014%2C23.985%20L15.695%2C23.985%20L16.770%2C22.900%20L17.782%2C23.985%20L21.900%2C23.988%20L21.900%2C22.347%20L22.305%2C22.347%20C22.851%2C22.356%2023.495%2C22.335%2024.064%2C22.102%20L24.064%2C23.985%20L27.460%2C23.985%20L27.460%2C22.167%20L27.624%2C22.167%20C27.833%2C22.167%2027.854%2C22.175%2027.854%2C22.373%20L27.854%2C23.985%20L38.172%2C23.985%20C39.517%2C23.985%2039.891%2C23.985%2039.891%2C23.985%20L43.163%2C23.985%20C43.838%2C23.985%2044.496%2C23.894%2045.000%2C23.668%20L45.000%2C30.000%20C45.000%2C31.105%2044.105%2C32.000%2043.000%2C32.000%20L2.000%2C32.000%20C0.895%2C32.000%200.000%2C31.105%200.000%2C30.000%20L0.000%2C2.000%20C0.000%2C0.895%200.895%2C-0.000%202.000%2C-0.000%20L43.000%2C-0.000%20C44.105%2C-0.000%2045.000%2C0.895%2045.000%2C2.000%20L45.000%2C17.009%20L42.678%2C17.009%20L37.640%2C17.009%20ZM43.014%2C7.992%20L39.491%2C7.992%20L38.998%2C7.992%20L35.383%2C7.992%20L34.930%2C7.992%20L30.048%2C7.992%20C28.426%2C7.992%2027.931%2C7.992%2027.931%2C7.992%20L24.562%2C7.992%20C24.562%2C7.992%2024.271%2C7.992%2023.130%2C7.992%20L10.820%2C7.992%20L9.994%2C9.801%20L9.146%2C7.992%20L5.268%2C7.992%20L4.842%2C7.992%20L1.536%2C7.992%20L0.000%2C11.321%20L0.000%2C14.994%20L0.000%2C14.994%20L2.167%2C14.994%20L2.655%2C13.879%20L3.749%2C13.879%20L4.236%2C14.994%20L8.499%2C14.994%20L8.879%2C14.997%20L11.092%2C14.997%20L11.473%2C14.994%20L22.067%2C14.994%20L22.452%2C14.994%20L27.931%2C14.994%20C27.931%2C14.994%2028.327%2C14.994%2029.965%2C14.994%20L32.270%2C14.994%20L32.764%2C13.879%20L33.857%2C13.879%20L34.340%2C14.994%20L38.782%2C14.994%20L39.454%2C14.994%20L43.014%2C14.994%20L43.014%2C7.992%20ZM37.683%2C14.008%20L35.101%2C14.008%20L34.607%2C12.888%20L31.973%2C12.888%20L31.495%2C14.008%20L30.011%2C14.008%20C29.395%2C14.008%2028.614%2C13.879%2028.172%2C13.453%20C27.727%2C13.026%2027.495%2C12.449%2027.495%2C11.536%20C27.495%2C10.792%2027.633%2C10.111%2028.178%2C9.573%20C28.588%2C9.172%2029.230%2C8.988%2030.104%2C8.988%20L31.332%2C8.988%20L31.332%2C10.063%20L30.130%2C10.063%20C29.667%2C10.063%2029.406%2C10.128%2029.154%2C10.361%20C28.938%2C10.572%2028.790%2C10.972%2028.790%2C11.498%20C28.790%2C12.036%2028.902%2C12.424%2029.138%2C12.677%20C29.333%2C12.875%2029.688%2C12.936%2030.022%2C12.936%20L30.591%2C12.936%20L32.379%2C8.988%20L34.278%2C8.988%20L36.425%2C13.736%20L36.425%2C8.988%20L38.356%2C8.988%20L40.585%2C12.484%20L40.585%2C8.988%20L41.884%2C8.988%20L41.884%2C14.008%20L40.087%2C14.008%20L37.683%2C10.240%20L37.683%2C14.008%20ZM33.298%2C9.840%20L32.425%2C11.842%20L34.175%2C11.842%20L33.298%2C9.840%20ZM25.580%2C8.988%20L26.874%2C8.988%20L26.874%2C14.008%20L25.580%2C14.008%20L25.580%2C8.988%20ZM23.951%2C11.678%20C24.228%2C11.778%2024.465%2C11.954%2024.578%2C12.101%20C24.757%2C12.350%2024.788%2C12.573%2024.788%2C13.022%20L24.788%2C14.008%20L23.509%2C14.008%20L23.504%2C13.375%20C23.504%2C13.073%2023.535%2C12.638%2023.304%2C12.397%20C23.119%2C12.220%2022.836%2C12.182%2022.380%2C12.182%20L21.019%2C12.182%20L21.019%2C14.008%20L19.751%2C14.008%20L19.751%2C8.988%20L22.667%2C8.988%20C23.315%2C8.988%2023.793%2C9.004%2024.203%2C9.228%20C24.604%2C9.452%2024.844%2C9.780%2024.844%2C10.340%20C24.844%2C11.140%2024.280%2C11.554%2023.951%2C11.678%20ZM23.181%2C10.124%20C23.031%2C10.042%2022.801%2C10.033%2022.580%2C10.033%20L21.019%2C10.033%20L21.019%2C11.148%20L22.559%2C11.148%20C22.806%2C11.148%2023.012%2C11.145%2023.186%2C11.045%20C23.351%2C10.963%2023.447%2C10.787%2023.447%2C10.567%20C23.447%2C10.352%2023.346%2C10.197%2023.181%2C10.124%20ZM14.636%2C8.988%20L18.872%2C8.988%20L18.872%2C10.033%20L15.904%2C10.033%20L15.904%2C10.938%20L18.801%2C10.938%20L18.801%2C11.967%20L15.904%2C11.967%20L15.904%2C12.970%20L18.872%2C12.970%20L18.872%2C14.008%20L14.636%2C14.008%20L14.636%2C8.988%20ZM12.386%2C10.076%20L10.548%2C14.008%20L9.434%2C14.008%20L7.591%2C10.073%20L7.591%2C14.008%20L5.012%2C14.008%20L4.525%2C12.888%20L1.884%2C12.888%20L1.392%2C14.008%20L0.015%2C14.008%20L2.286%2C8.988%20L4.170%2C8.988%20L6.326%2C13.741%20L6.326%2C8.988%20L8.396%2C8.988%20L10.055%2C12.393%20L11.580%2C8.988%20L13.691%2C8.988%20L13.691%2C14.008%20L12.391%2C14.008%20L12.386%2C10.076%20ZM3.199%2C9.840%20L2.336%2C11.842%20L4.067%2C11.842%20L3.199%2C9.840%20ZM45.016%2C22.364%20L45.016%2C23.663%20C45.011%2C23.665%2045.005%2C23.666%2045.000%2C23.668%20L45.000%2C22.379%20C45.004%2C22.373%2045.011%2C22.369%2045.016%2C22.364%20ZM45.015%2C17.009%20L45.015%2C18.004%20L45.000%2C18.004%20L45.000%2C17.009%20L45.015%2C17.009%20ZM45.016%2C19.068%20L45.016%2C20.490%20C45.011%2C20.484%2045.005%2C20.479%2045.000%2C20.474%20L45.000%2C19.068%20L45.016%2C19.068%20Z%22%20transform%3D%22translate(5.5%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-american_express {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/american_express-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-american_express {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/american_express-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-american_express {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-american_express {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M43.302%2C23.003%20L40.862%2C23.003%20L40.862%2C21.931%20L43.292%2C21.931%20C43.533%2C21.931%2043.701%2C21.901%2043.803%2C21.807%20C43.891%2C21.730%2043.952%2C21.618%2043.952%2C21.481%20C43.952%2C21.336%2043.891%2C21.220%2043.798%2C21.151%20C43.706%2C21.074%2043.573%2C21.040%2043.353%2C21.040%20C42.167%2C21.002%2040.687%2C21.074%2040.687%2C19.492%20C40.687%2C18.767%2041.174%2C18.004%2042.500%2C18.004%20L45.000%2C18.004%20L45.000%2C19.068%20L42.714%2C19.068%20C42.484%2C19.068%2042.331%2C19.076%2042.202%2C19.158%20C42.069%2C19.239%2042.018%2C19.359%2042.018%2C19.518%20C42.018%2C19.706%2042.130%2C19.835%2042.294%2C19.890%20C42.427%2C19.934%2042.570%2C19.947%2042.781%2C19.947%20L43.465%2C19.964%20C44.156%2C19.980%2044.617%2C20.092%2044.898%2C20.366%20C44.943%2C20.399%2044.970%2C20.437%2045.000%2C20.474%20L45.000%2C22.379%20C44.690%2C22.792%2044.100%2C23.003%2043.302%2C23.003%20ZM37.363%2C19.890%20C37.497%2C19.934%2037.640%2C19.947%2037.855%2C19.947%20L38.535%2C19.964%20C39.221%2C19.980%2039.691%2C20.092%2039.977%2C20.366%20C40.223%2C20.607%2040.355%2C20.911%2040.355%2C21.426%20C40.355%2C22.501%2039.645%2C23.003%2038.371%2C23.003%20L35.911%2C23.003%20L35.911%2C21.931%20L38.361%2C21.931%20C38.601%2C21.931%2038.770%2C21.901%2038.877%2C21.807%20C38.964%2C21.730%2039.026%2C21.618%2039.026%2C21.481%20C39.026%2C21.336%2038.959%2C21.220%2038.872%2C21.151%20C38.775%2C21.074%2038.642%2C21.040%2038.422%2C21.040%20C37.241%2C21.002%2035.762%2C21.074%2035.762%2C19.492%20C35.762%2C18.767%2036.243%2C18.004%2037.568%2C18.004%20L40.100%2C18.004%20L40.100%2C19.068%20L37.783%2C19.068%20C37.553%2C19.068%2037.404%2C19.076%2037.277%2C19.158%20C37.138%2C19.239%2037.087%2C19.359%2037.087%2C19.518%20C37.087%2C19.707%2037.205%2C19.835%2037.363%2C19.890%20ZM30.939%2C18.004%20L35.154%2C18.004%20L35.154%2C19.038%20L32.196%2C19.038%20L32.196%2C19.947%20L35.082%2C19.947%20L35.082%2C20.967%20L32.196%2C20.967%20L32.196%2C21.961%20L35.154%2C21.966%20L35.154%2C23.003%20L30.939%2C23.003%20L30.939%2C18.004%20ZM29.343%2C20.680%20C29.624%2C20.778%2029.854%2C20.954%2029.962%2C21.100%20C30.140%2C21.344%2030.166%2C21.571%2030.171%2C22.012%20L30.171%2C23.003%20L28.903%2C23.003%20L28.903%2C22.378%20C28.903%2C22.077%2028.933%2C21.632%2028.699%2C21.399%20C28.514%2C21.220%2028.233%2C21.177%2027.772%2C21.177%20L26.422%2C21.177%20L26.422%2C23.003%20L25.153%2C23.003%20L25.153%2C18.004%20L28.069%2C18.004%20C28.709%2C18.004%2029.174%2C18.030%2029.589%2C18.240%20C29.987%2C18.467%2030.238%2C18.779%2030.238%2C19.350%20C30.238%2C20.148%2029.675%2C20.555%2029.343%2C20.680%20ZM28.580%2C19.128%20C28.427%2C19.042%2028.202%2C19.038%2027.977%2C19.038%20L26.422%2C19.038%20L26.422%2C20.161%20L27.956%2C20.161%20C28.202%2C20.161%2028.411%2C20.152%2028.580%2C20.058%20C28.744%2C19.964%2028.842%2C19.792%2028.842%2C19.578%20C28.842%2C19.364%2028.744%2C19.209%2028.580%2C19.128%20ZM22.361%2C21.326%20L20.785%2C21.326%20L20.785%2C23.003%20L18.330%2C23.003%20L16.774%2C21.348%20L15.158%2C23.003%20L10.155%2C23.003%20L10.155%2C18.004%20L15.235%2C18.004%20L16.789%2C19.642%20L18.396%2C18.004%20L22.431%2C18.004%20C23.434%2C18.004%2024.560%2C18.266%2024.560%2C19.651%20C24.560%2C21.040%2023.465%2C21.326%2022.361%2C21.326%20ZM14.580%2C19.038%20L11.413%2C19.038%20L11.413%2C19.947%20L14.186%2C19.947%20L14.186%2C20.967%20L11.413%2C20.967%20L11.413%2C21.961%20L14.519%2C21.961%20L15.961%2C20.495%20L14.580%2C19.038%20ZM19.527%2C18.540%20L17.587%2C20.512%20L19.527%2C22.548%20L19.527%2C18.540%20ZM22.431%2C19.038%20L20.785%2C19.038%20L20.785%2C20.311%20L22.417%2C20.311%20C22.902%2C20.311%2023.204%2C20.083%2023.204%2C19.651%20C23.204%2C19.214%2022.887%2C19.038%2022.431%2C19.038%20ZM37.640%2C17.009%20C36.466%2C17.009%2036.131%2C17.009%2036.131%2C17.009%20L29.957%2C17.009%20C29.957%2C17.009%2029.418%2C17.009%2028.253%2C17.009%20L24.181%2C17.009%20C24.181%2C17.009%2023.687%2C17.009%2022.401%2C17.009%20L17.843%2C17.009%20L16.800%2C18.077%20L15.823%2C17.009%20L9.014%2C17.009%20L9.014%2C23.985%20L15.695%2C23.985%20L16.770%2C22.900%20L17.782%2C23.985%20L21.900%2C23.988%20L21.900%2C22.347%20L22.305%2C22.347%20C22.851%2C22.356%2023.495%2C22.335%2024.064%2C22.102%20L24.064%2C23.985%20L27.460%2C23.985%20L27.460%2C22.167%20L27.624%2C22.167%20C27.833%2C22.167%2027.854%2C22.175%2027.854%2C22.373%20L27.854%2C23.985%20L38.172%2C23.985%20C39.517%2C23.985%2039.891%2C23.985%2039.891%2C23.985%20L43.163%2C23.985%20C43.838%2C23.985%2044.496%2C23.894%2045.000%2C23.668%20L45.000%2C30.000%20C45.000%2C31.105%2044.105%2C32.000%2043.000%2C32.000%20L2.000%2C32.000%20C0.895%2C32.000%200.000%2C31.105%200.000%2C30.000%20L0.000%2C2.000%20C0.000%2C0.895%200.895%2C-0.000%202.000%2C-0.000%20L43.000%2C-0.000%20C44.105%2C-0.000%2045.000%2C0.895%2045.000%2C2.000%20L45.000%2C17.009%20L42.678%2C17.009%20L37.640%2C17.009%20ZM43.014%2C7.992%20L39.491%2C7.992%20L38.998%2C7.992%20L35.383%2C7.992%20L34.930%2C7.992%20L30.048%2C7.992%20C28.426%2C7.992%2027.931%2C7.992%2027.931%2C7.992%20L24.562%2C7.992%20C24.562%2C7.992%2024.271%2C7.992%2023.130%2C7.992%20L10.820%2C7.992%20L9.994%2C9.801%20L9.146%2C7.992%20L5.268%2C7.992%20L4.842%2C7.992%20L1.536%2C7.992%20L0.000%2C11.321%20L0.000%2C14.994%20L0.000%2C14.994%20L2.167%2C14.994%20L2.655%2C13.879%20L3.749%2C13.879%20L4.236%2C14.994%20L8.499%2C14.994%20L8.879%2C14.997%20L11.092%2C14.997%20L11.473%2C14.994%20L22.067%2C14.994%20L22.452%2C14.994%20L27.931%2C14.994%20C27.931%2C14.994%2028.327%2C14.994%2029.965%2C14.994%20L32.270%2C14.994%20L32.764%2C13.879%20L33.857%2C13.879%20L34.340%2C14.994%20L38.782%2C14.994%20L39.454%2C14.994%20L43.014%2C14.994%20L43.014%2C7.992%20ZM37.683%2C14.008%20L35.101%2C14.008%20L34.607%2C12.888%20L31.973%2C12.888%20L31.495%2C14.008%20L30.011%2C14.008%20C29.395%2C14.008%2028.614%2C13.879%2028.172%2C13.453%20C27.727%2C13.026%2027.495%2C12.449%2027.495%2C11.536%20C27.495%2C10.792%2027.633%2C10.111%2028.178%2C9.573%20C28.588%2C9.172%2029.230%2C8.988%2030.104%2C8.988%20L31.332%2C8.988%20L31.332%2C10.063%20L30.130%2C10.063%20C29.667%2C10.063%2029.406%2C10.128%2029.154%2C10.361%20C28.938%2C10.572%2028.790%2C10.972%2028.790%2C11.498%20C28.790%2C12.036%2028.902%2C12.424%2029.138%2C12.677%20C29.333%2C12.875%2029.688%2C12.936%2030.022%2C12.936%20L30.591%2C12.936%20L32.379%2C8.988%20L34.278%2C8.988%20L36.425%2C13.736%20L36.425%2C8.988%20L38.356%2C8.988%20L40.585%2C12.484%20L40.585%2C8.988%20L41.884%2C8.988%20L41.884%2C14.008%20L40.087%2C14.008%20L37.683%2C10.240%20L37.683%2C14.008%20ZM33.298%2C9.840%20L32.425%2C11.842%20L34.175%2C11.842%20L33.298%2C9.840%20ZM25.580%2C8.988%20L26.874%2C8.988%20L26.874%2C14.008%20L25.580%2C14.008%20L25.580%2C8.988%20ZM23.951%2C11.678%20C24.228%2C11.778%2024.465%2C11.954%2024.578%2C12.101%20C24.757%2C12.350%2024.788%2C12.573%2024.788%2C13.022%20L24.788%2C14.008%20L23.509%2C14.008%20L23.504%2C13.375%20C23.504%2C13.073%2023.535%2C12.638%2023.304%2C12.397%20C23.119%2C12.220%2022.836%2C12.182%2022.380%2C12.182%20L21.019%2C12.182%20L21.019%2C14.008%20L19.751%2C14.008%20L19.751%2C8.988%20L22.667%2C8.988%20C23.315%2C8.988%2023.793%2C9.004%2024.203%2C9.228%20C24.604%2C9.452%2024.844%2C9.780%2024.844%2C10.340%20C24.844%2C11.140%2024.280%2C11.554%2023.951%2C11.678%20ZM23.181%2C10.124%20C23.031%2C10.042%2022.801%2C10.033%2022.580%2C10.033%20L21.019%2C10.033%20L21.019%2C11.148%20L22.559%2C11.148%20C22.806%2C11.148%2023.012%2C11.145%2023.186%2C11.045%20C23.351%2C10.963%2023.447%2C10.787%2023.447%2C10.567%20C23.447%2C10.352%2023.346%2C10.197%2023.181%2C10.124%20ZM14.636%2C8.988%20L18.872%2C8.988%20L18.872%2C10.033%20L15.904%2C10.033%20L15.904%2C10.938%20L18.801%2C10.938%20L18.801%2C11.967%20L15.904%2C11.967%20L15.904%2C12.970%20L18.872%2C12.970%20L18.872%2C14.008%20L14.636%2C14.008%20L14.636%2C8.988%20ZM12.386%2C10.076%20L10.548%2C14.008%20L9.434%2C14.008%20L7.591%2C10.073%20L7.591%2C14.008%20L5.012%2C14.008%20L4.525%2C12.888%20L1.884%2C12.888%20L1.392%2C14.008%20L0.015%2C14.008%20L2.286%2C8.988%20L4.170%2C8.988%20L6.326%2C13.741%20L6.326%2C8.988%20L8.396%2C8.988%20L10.055%2C12.393%20L11.580%2C8.988%20L13.691%2C8.988%20L13.691%2C14.008%20L12.391%2C14.008%20L12.386%2C10.076%20ZM3.199%2C9.840%20L2.336%2C11.842%20L4.067%2C11.842%20L3.199%2C9.840%20ZM45.016%2C22.364%20L45.016%2C23.663%20C45.011%2C23.665%2045.005%2C23.666%2045.000%2C23.668%20L45.000%2C22.379%20C45.004%2C22.373%2045.011%2C22.369%2045.016%2C22.364%20ZM45.015%2C17.009%20L45.015%2C18.004%20L45.000%2C18.004%20L45.000%2C17.009%20L45.015%2C17.009%20ZM45.016%2C19.068%20L45.016%2C20.490%20C45.011%2C20.484%2045.005%2C20.479%2045.000%2C20.474%20L45.000%2C19.068%20L45.016%2C19.068%20Z%22%20transform%3D%22translate(5.5%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-american_express {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M43.302%2C23.003%20L40.862%2C23.003%20L40.862%2C21.931%20L43.292%2C21.931%20C43.533%2C21.931%2043.701%2C21.901%2043.803%2C21.807%20C43.891%2C21.730%2043.952%2C21.618%2043.952%2C21.481%20C43.952%2C21.336%2043.891%2C21.220%2043.798%2C21.151%20C43.706%2C21.074%2043.573%2C21.040%2043.353%2C21.040%20C42.167%2C21.002%2040.687%2C21.074%2040.687%2C19.492%20C40.687%2C18.767%2041.174%2C18.004%2042.500%2C18.004%20L45.000%2C18.004%20L45.000%2C19.068%20L42.714%2C19.068%20C42.484%2C19.068%2042.331%2C19.076%2042.202%2C19.158%20C42.069%2C19.239%2042.018%2C19.359%2042.018%2C19.518%20C42.018%2C19.706%2042.130%2C19.835%2042.294%2C19.890%20C42.427%2C19.934%2042.570%2C19.947%2042.781%2C19.947%20L43.465%2C19.964%20C44.156%2C19.980%2044.617%2C20.092%2044.898%2C20.366%20C44.943%2C20.399%2044.970%2C20.437%2045.000%2C20.474%20L45.000%2C22.379%20C44.690%2C22.792%2044.100%2C23.003%2043.302%2C23.003%20ZM37.363%2C19.890%20C37.497%2C19.934%2037.640%2C19.947%2037.855%2C19.947%20L38.535%2C19.964%20C39.221%2C19.980%2039.691%2C20.092%2039.977%2C20.366%20C40.223%2C20.607%2040.355%2C20.911%2040.355%2C21.426%20C40.355%2C22.501%2039.645%2C23.003%2038.371%2C23.003%20L35.911%2C23.003%20L35.911%2C21.931%20L38.361%2C21.931%20C38.601%2C21.931%2038.770%2C21.901%2038.877%2C21.807%20C38.964%2C21.730%2039.026%2C21.618%2039.026%2C21.481%20C39.026%2C21.336%2038.959%2C21.220%2038.872%2C21.151%20C38.775%2C21.074%2038.642%2C21.040%2038.422%2C21.040%20C37.241%2C21.002%2035.762%2C21.074%2035.762%2C19.492%20C35.762%2C18.767%2036.243%2C18.004%2037.568%2C18.004%20L40.100%2C18.004%20L40.100%2C19.068%20L37.783%2C19.068%20C37.553%2C19.068%2037.404%2C19.076%2037.277%2C19.158%20C37.138%2C19.239%2037.087%2C19.359%2037.087%2C19.518%20C37.087%2C19.707%2037.205%2C19.835%2037.363%2C19.890%20ZM30.939%2C18.004%20L35.154%2C18.004%20L35.154%2C19.038%20L32.196%2C19.038%20L32.196%2C19.947%20L35.082%2C19.947%20L35.082%2C20.967%20L32.196%2C20.967%20L32.196%2C21.961%20L35.154%2C21.966%20L35.154%2C23.003%20L30.939%2C23.003%20L30.939%2C18.004%20ZM29.343%2C20.680%20C29.624%2C20.778%2029.854%2C20.954%2029.962%2C21.100%20C30.140%2C21.344%2030.166%2C21.571%2030.171%2C22.012%20L30.171%2C23.003%20L28.903%2C23.003%20L28.903%2C22.378%20C28.903%2C22.077%2028.933%2C21.632%2028.699%2C21.399%20C28.514%2C21.220%2028.233%2C21.177%2027.772%2C21.177%20L26.422%2C21.177%20L26.422%2C23.003%20L25.153%2C23.003%20L25.153%2C18.004%20L28.069%2C18.004%20C28.709%2C18.004%2029.174%2C18.030%2029.589%2C18.240%20C29.987%2C18.467%2030.238%2C18.779%2030.238%2C19.350%20C30.238%2C20.148%2029.675%2C20.555%2029.343%2C20.680%20ZM28.580%2C19.128%20C28.427%2C19.042%2028.202%2C19.038%2027.977%2C19.038%20L26.422%2C19.038%20L26.422%2C20.161%20L27.956%2C20.161%20C28.202%2C20.161%2028.411%2C20.152%2028.580%2C20.058%20C28.744%2C19.964%2028.842%2C19.792%2028.842%2C19.578%20C28.842%2C19.364%2028.744%2C19.209%2028.580%2C19.128%20ZM22.361%2C21.326%20L20.785%2C21.326%20L20.785%2C23.003%20L18.330%2C23.003%20L16.774%2C21.348%20L15.158%2C23.003%20L10.155%2C23.003%20L10.155%2C18.004%20L15.235%2C18.004%20L16.789%2C19.642%20L18.396%2C18.004%20L22.431%2C18.004%20C23.434%2C18.004%2024.560%2C18.266%2024.560%2C19.651%20C24.560%2C21.040%2023.465%2C21.326%2022.361%2C21.326%20ZM14.580%2C19.038%20L11.413%2C19.038%20L11.413%2C19.947%20L14.186%2C19.947%20L14.186%2C20.967%20L11.413%2C20.967%20L11.413%2C21.961%20L14.519%2C21.961%20L15.961%2C20.495%20L14.580%2C19.038%20ZM19.527%2C18.540%20L17.587%2C20.512%20L19.527%2C22.548%20L19.527%2C18.540%20ZM22.431%2C19.038%20L20.785%2C19.038%20L20.785%2C20.311%20L22.417%2C20.311%20C22.902%2C20.311%2023.204%2C20.083%2023.204%2C19.651%20C23.204%2C19.214%2022.887%2C19.038%2022.431%2C19.038%20ZM37.640%2C17.009%20C36.466%2C17.009%2036.131%2C17.009%2036.131%2C17.009%20L29.957%2C17.009%20C29.957%2C17.009%2029.418%2C17.009%2028.253%2C17.009%20L24.181%2C17.009%20C24.181%2C17.009%2023.687%2C17.009%2022.401%2C17.009%20L17.843%2C17.009%20L16.800%2C18.077%20L15.823%2C17.009%20L9.014%2C17.009%20L9.014%2C23.985%20L15.695%2C23.985%20L16.770%2C22.900%20L17.782%2C23.985%20L21.900%2C23.988%20L21.900%2C22.347%20L22.305%2C22.347%20C22.851%2C22.356%2023.495%2C22.335%2024.064%2C22.102%20L24.064%2C23.985%20L27.460%2C23.985%20L27.460%2C22.167%20L27.624%2C22.167%20C27.833%2C22.167%2027.854%2C22.175%2027.854%2C22.373%20L27.854%2C23.985%20L38.172%2C23.985%20C39.517%2C23.985%2039.891%2C23.985%2039.891%2C23.985%20L43.163%2C23.985%20C43.838%2C23.985%2044.496%2C23.894%2045.000%2C23.668%20L45.000%2C30.000%20C45.000%2C31.105%2044.105%2C32.000%2043.000%2C32.000%20L2.000%2C32.000%20C0.895%2C32.000%200.000%2C31.105%200.000%2C30.000%20L0.000%2C2.000%20C0.000%2C0.895%200.895%2C-0.000%202.000%2C-0.000%20L43.000%2C-0.000%20C44.105%2C-0.000%2045.000%2C0.895%2045.000%2C2.000%20L45.000%2C17.009%20L42.678%2C17.009%20L37.640%2C17.009%20ZM43.014%2C7.992%20L39.491%2C7.992%20L38.998%2C7.992%20L35.383%2C7.992%20L34.930%2C7.992%20L30.048%2C7.992%20C28.426%2C7.992%2027.931%2C7.992%2027.931%2C7.992%20L24.562%2C7.992%20C24.562%2C7.992%2024.271%2C7.992%2023.130%2C7.992%20L10.820%2C7.992%20L9.994%2C9.801%20L9.146%2C7.992%20L5.268%2C7.992%20L4.842%2C7.992%20L1.536%2C7.992%20L0.000%2C11.321%20L0.000%2C14.994%20L0.000%2C14.994%20L2.167%2C14.994%20L2.655%2C13.879%20L3.749%2C13.879%20L4.236%2C14.994%20L8.499%2C14.994%20L8.879%2C14.997%20L11.092%2C14.997%20L11.473%2C14.994%20L22.067%2C14.994%20L22.452%2C14.994%20L27.931%2C14.994%20C27.931%2C14.994%2028.327%2C14.994%2029.965%2C14.994%20L32.270%2C14.994%20L32.764%2C13.879%20L33.857%2C13.879%20L34.340%2C14.994%20L38.782%2C14.994%20L39.454%2C14.994%20L43.014%2C14.994%20L43.014%2C7.992%20ZM37.683%2C14.008%20L35.101%2C14.008%20L34.607%2C12.888%20L31.973%2C12.888%20L31.495%2C14.008%20L30.011%2C14.008%20C29.395%2C14.008%2028.614%2C13.879%2028.172%2C13.453%20C27.727%2C13.026%2027.495%2C12.449%2027.495%2C11.536%20C27.495%2C10.792%2027.633%2C10.111%2028.178%2C9.573%20C28.588%2C9.172%2029.230%2C8.988%2030.104%2C8.988%20L31.332%2C8.988%20L31.332%2C10.063%20L30.130%2C10.063%20C29.667%2C10.063%2029.406%2C10.128%2029.154%2C10.361%20C28.938%2C10.572%2028.790%2C10.972%2028.790%2C11.498%20C28.790%2C12.036%2028.902%2C12.424%2029.138%2C12.677%20C29.333%2C12.875%2029.688%2C12.936%2030.022%2C12.936%20L30.591%2C12.936%20L32.379%2C8.988%20L34.278%2C8.988%20L36.425%2C13.736%20L36.425%2C8.988%20L38.356%2C8.988%20L40.585%2C12.484%20L40.585%2C8.988%20L41.884%2C8.988%20L41.884%2C14.008%20L40.087%2C14.008%20L37.683%2C10.240%20L37.683%2C14.008%20ZM33.298%2C9.840%20L32.425%2C11.842%20L34.175%2C11.842%20L33.298%2C9.840%20ZM25.580%2C8.988%20L26.874%2C8.988%20L26.874%2C14.008%20L25.580%2C14.008%20L25.580%2C8.988%20ZM23.951%2C11.678%20C24.228%2C11.778%2024.465%2C11.954%2024.578%2C12.101%20C24.757%2C12.350%2024.788%2C12.573%2024.788%2C13.022%20L24.788%2C14.008%20L23.509%2C14.008%20L23.504%2C13.375%20C23.504%2C13.073%2023.535%2C12.638%2023.304%2C12.397%20C23.119%2C12.220%2022.836%2C12.182%2022.380%2C12.182%20L21.019%2C12.182%20L21.019%2C14.008%20L19.751%2C14.008%20L19.751%2C8.988%20L22.667%2C8.988%20C23.315%2C8.988%2023.793%2C9.004%2024.203%2C9.228%20C24.604%2C9.452%2024.844%2C9.780%2024.844%2C10.340%20C24.844%2C11.140%2024.280%2C11.554%2023.951%2C11.678%20ZM23.181%2C10.124%20C23.031%2C10.042%2022.801%2C10.033%2022.580%2C10.033%20L21.019%2C10.033%20L21.019%2C11.148%20L22.559%2C11.148%20C22.806%2C11.148%2023.012%2C11.145%2023.186%2C11.045%20C23.351%2C10.963%2023.447%2C10.787%2023.447%2C10.567%20C23.447%2C10.352%2023.346%2C10.197%2023.181%2C10.124%20ZM14.636%2C8.988%20L18.872%2C8.988%20L18.872%2C10.033%20L15.904%2C10.033%20L15.904%2C10.938%20L18.801%2C10.938%20L18.801%2C11.967%20L15.904%2C11.967%20L15.904%2C12.970%20L18.872%2C12.970%20L18.872%2C14.008%20L14.636%2C14.008%20L14.636%2C8.988%20ZM12.386%2C10.076%20L10.548%2C14.008%20L9.434%2C14.008%20L7.591%2C10.073%20L7.591%2C14.008%20L5.012%2C14.008%20L4.525%2C12.888%20L1.884%2C12.888%20L1.392%2C14.008%20L0.015%2C14.008%20L2.286%2C8.988%20L4.170%2C8.988%20L6.326%2C13.741%20L6.326%2C8.988%20L8.396%2C8.988%20L10.055%2C12.393%20L11.580%2C8.988%20L13.691%2C8.988%20L13.691%2C14.008%20L12.391%2C14.008%20L12.386%2C10.076%20ZM3.199%2C9.840%20L2.336%2C11.842%20L4.067%2C11.842%20L3.199%2C9.840%20ZM45.016%2C22.364%20L45.016%2C23.663%20C45.011%2C23.665%2045.005%2C23.666%2045.000%2C23.668%20L45.000%2C22.379%20C45.004%2C22.373%2045.011%2C22.369%2045.016%2C22.364%20ZM45.015%2C17.009%20L45.015%2C18.004%20L45.000%2C18.004%20L45.000%2C17.009%20L45.015%2C17.009%20ZM45.016%2C19.068%20L45.016%2C20.490%20C45.011%2C20.484%2045.005%2C20.479%2045.000%2C20.474%20L45.000%2C19.068%20L45.016%2C19.068%20Z%22%20transform%3D%22translate(5.5%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-american_express {
  display: inline-block;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-jcb:after {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/jcb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-jcb:after {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/jcb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-jcb:after {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/light/jcb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-jcb:after {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/light/jcb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-jcb {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/jcb-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-jcb {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/jcb-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-jcb {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-jcb {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/light/jcb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-jcb {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/light/jcb.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-jcb {
  display: inline-block;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-diners_club:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230079bd%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M23.433%2C32.000%20L15.979%2C32.000%20C7.214%2C32.042%20-0.000%2C24.869%20-0.000%2C16.139%20C-0.000%2C6.596%207.214%2C-0.004%2015.979%2C-0.001%20L23.433%2C-0.001%20C32.095%2C-0.004%2040.000%2C6.594%2040.000%2C16.139%20C40.000%2C24.867%2032.095%2C32.042%2023.433%2C32.000%20ZM16.015%2C1.322%20C8.005%2C1.324%201.515%2C7.880%201.513%2C15.971%20C1.515%2C24.061%208.005%2C30.616%2016.015%2C30.618%20C24.026%2C30.616%2030.517%2C24.061%2030.518%2C15.971%20C30.517%2C7.880%2024.026%2C1.324%2016.015%2C1.322%20ZM19.304%2C24.638%20L19.304%2C7.305%20C22.754%2C8.642%2025.203%2C12.015%2025.209%2C15.971%20C25.203%2C19.928%2022.754%2C23.299%2019.304%2C24.638%20ZM6.823%2C15.971%20C6.830%2C12.017%209.276%2C8.646%2012.724%2C7.306%20L12.724%2C24.634%20C9.276%2C23.295%206.830%2C19.925%206.823%2C15.971%20Z%22%20transform%3D%22translate(8%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-diners_club:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230079bd%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M23.433%2C32.000%20L15.979%2C32.000%20C7.214%2C32.042%20-0.000%2C24.869%20-0.000%2C16.139%20C-0.000%2C6.596%207.214%2C-0.004%2015.979%2C-0.001%20L23.433%2C-0.001%20C32.095%2C-0.004%2040.000%2C6.594%2040.000%2C16.139%20C40.000%2C24.867%2032.095%2C32.042%2023.433%2C32.000%20ZM16.015%2C1.322%20C8.005%2C1.324%201.515%2C7.880%201.513%2C15.971%20C1.515%2C24.061%208.005%2C30.616%2016.015%2C30.618%20C24.026%2C30.616%2030.517%2C24.061%2030.518%2C15.971%20C30.517%2C7.880%2024.026%2C1.324%2016.015%2C1.322%20ZM19.304%2C24.638%20L19.304%2C7.305%20C22.754%2C8.642%2025.203%2C12.015%2025.209%2C15.971%20C25.203%2C19.928%2022.754%2C23.299%2019.304%2C24.638%20ZM6.823%2C15.971%20C6.830%2C12.017%209.276%2C8.646%2012.724%2C7.306%20L12.724%2C24.634%20C9.276%2C23.295%206.830%2C19.925%206.823%2C15.971%20Z%22%20transform%3D%22translate(8%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-diners_club:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M23.433%2C32.000%20L15.979%2C32.000%20C7.214%2C32.042%20-0.000%2C24.869%20-0.000%2C16.139%20C-0.000%2C6.596%207.214%2C-0.004%2015.979%2C-0.001%20L23.433%2C-0.001%20C32.095%2C-0.004%2040.000%2C6.594%2040.000%2C16.139%20C40.000%2C24.867%2032.095%2C32.042%2023.433%2C32.000%20ZM16.015%2C1.322%20C8.005%2C1.324%201.515%2C7.880%201.513%2C15.971%20C1.515%2C24.061%208.005%2C30.616%2016.015%2C30.618%20C24.026%2C30.616%2030.517%2C24.061%2030.518%2C15.971%20C30.517%2C7.880%2024.026%2C1.324%2016.015%2C1.322%20ZM19.304%2C24.638%20L19.304%2C7.305%20C22.754%2C8.642%2025.203%2C12.015%2025.209%2C15.971%20C25.203%2C19.928%2022.754%2C23.299%2019.304%2C24.638%20ZM6.823%2C15.971%20C6.830%2C12.017%209.276%2C8.646%2012.724%2C7.306%20L12.724%2C24.634%20C9.276%2C23.295%206.830%2C19.925%206.823%2C15.971%20Z%22%20transform%3D%22translate(8%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-diners_club:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M23.433%2C32.000%20L15.979%2C32.000%20C7.214%2C32.042%20-0.000%2C24.869%20-0.000%2C16.139%20C-0.000%2C6.596%207.214%2C-0.004%2015.979%2C-0.001%20L23.433%2C-0.001%20C32.095%2C-0.004%2040.000%2C6.594%2040.000%2C16.139%20C40.000%2C24.867%2032.095%2C32.042%2023.433%2C32.000%20ZM16.015%2C1.322%20C8.005%2C1.324%201.515%2C7.880%201.513%2C15.971%20C1.515%2C24.061%208.005%2C30.616%2016.015%2C30.618%20C24.026%2C30.616%2030.517%2C24.061%2030.518%2C15.971%20C30.517%2C7.880%2024.026%2C1.324%2016.015%2C1.322%20ZM19.304%2C24.638%20L19.304%2C7.305%20C22.754%2C8.642%2025.203%2C12.015%2025.209%2C15.971%20C25.203%2C19.928%2022.754%2C23.299%2019.304%2C24.638%20ZM6.823%2C15.971%20C6.830%2C12.017%209.276%2C8.646%2012.724%2C7.306%20L12.724%2C24.634%20C9.276%2C23.295%206.830%2C19.925%206.823%2C15.971%20Z%22%20transform%3D%22translate(8%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-diners_club {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/diners_club-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-diners_club {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/diners_club-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-diners_club {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-diners_club {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M23.433%2C32.000%20L15.979%2C32.000%20C7.214%2C32.042%20-0.000%2C24.869%20-0.000%2C16.139%20C-0.000%2C6.596%207.214%2C-0.004%2015.979%2C-0.001%20L23.433%2C-0.001%20C32.095%2C-0.004%2040.000%2C6.594%2040.000%2C16.139%20C40.000%2C24.867%2032.095%2C32.042%2023.433%2C32.000%20ZM16.015%2C1.322%20C8.005%2C1.324%201.515%2C7.880%201.513%2C15.971%20C1.515%2C24.061%208.005%2C30.616%2016.015%2C30.618%20C24.026%2C30.616%2030.517%2C24.061%2030.518%2C15.971%20C30.517%2C7.880%2024.026%2C1.324%2016.015%2C1.322%20ZM19.304%2C24.638%20L19.304%2C7.305%20C22.754%2C8.642%2025.203%2C12.015%2025.209%2C15.971%20C25.203%2C19.928%2022.754%2C23.299%2019.304%2C24.638%20ZM6.823%2C15.971%20C6.830%2C12.017%209.276%2C8.646%2012.724%2C7.306%20L12.724%2C24.634%20C9.276%2C23.295%206.830%2C19.925%206.823%2C15.971%20Z%22%20transform%3D%22translate(8%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-diners_club {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M23.433%2C32.000%20L15.979%2C32.000%20C7.214%2C32.042%20-0.000%2C24.869%20-0.000%2C16.139%20C-0.000%2C6.596%207.214%2C-0.004%2015.979%2C-0.001%20L23.433%2C-0.001%20C32.095%2C-0.004%2040.000%2C6.594%2040.000%2C16.139%20C40.000%2C24.867%2032.095%2C32.042%2023.433%2C32.000%20ZM16.015%2C1.322%20C8.005%2C1.324%201.515%2C7.880%201.513%2C15.971%20C1.515%2C24.061%208.005%2C30.616%2016.015%2C30.618%20C24.026%2C30.616%2030.517%2C24.061%2030.518%2C15.971%20C30.517%2C7.880%2024.026%2C1.324%2016.015%2C1.322%20ZM19.304%2C24.638%20L19.304%2C7.305%20C22.754%2C8.642%2025.203%2C12.015%2025.209%2C15.971%20C25.203%2C19.928%2022.754%2C23.299%2019.304%2C24.638%20ZM6.823%2C15.971%20C6.830%2C12.017%209.276%2C8.646%2012.724%2C7.306%20L12.724%2C24.634%20C9.276%2C23.295%206.830%2C19.925%206.823%2C15.971%20Z%22%20transform%3D%22translate(8%2012)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-diners_club {
  display: inline-block;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-cup:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23017989%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23024381%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23dd0228%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M46.927%2C2.912%20L41.453%2C27.110%20C41.099%2C28.663%2039.588%2C29.923%2038.034%2C30.000%20L25.874%2C30.000%20C24.295%2C29.976%2023.314%2C28.686%2023.675%2C27.100%20L24.476%2C23.556%20L25.019%2C23.556%20L25.210%2C22.855%20L24.691%2C22.855%20C24.666%2C22.855%2024.658%2C22.842%2024.639%2C22.837%20L25.187%2C20.413%20L27.798%2C20.413%20C28.356%2C20.413%2028.673%2C20.230%2028.747%2C19.862%20L29.636%2C16.645%20L27.310%2C16.645%20C26.680%2C16.645%2025.987%2C17.165%2025.987%2C17.165%20L26.045%2C16.664%20L26.035%2C16.664%20L26.474%2C14.722%20L27.449%2C14.722%20L28.019%2C11.867%20C28.114%2C11.414%2028.058%2C11.061%2027.864%2C10.805%20C27.757%2C10.666%2027.606%2C10.572%2027.427%2C10.509%20L29.148%2C2.902%20C29.509%2C1.330%2031.490%2C0.056%2033.080%2C0.008%20C33.088%2C0.008%2033.097%2C0.006%2033.106%2C0.006%20C33.106%2C0.006%2033.108%2C0.006%2033.109%2C0.006%20L44.684%2C0.009%20C46.289%2C0.009%2047.294%2C1.310%2046.927%2C2.912%20ZM27.691%2C20.656%20L27.597%2C20.992%20C27.597%2C21.093%2027.517%2C21.145%2027.356%2C21.145%20L27.037%2C21.145%20L27.059%2C20.627%20L25.860%2C20.627%20L25.769%2C23.007%20C25.764%2C23.414%2025.962%2C23.606%2026.366%2C23.587%20L27.805%2C23.587%20L27.999%2C22.886%20L27.399%2C22.886%20C27.134%2C22.886%2027.006%2C22.814%2027.017%2C22.672%20L27.020%2C21.786%20L27.659%2C21.786%20C28.144%2C21.765%2028.442%2C21.553%2028.554%2C21.145%20L28.688%2C20.656%20L27.691%2C20.656%20ZM34.992%2C23.593%20C35.323%2C23.614%2035.568%2C23.481%2035.728%2C23.196%20L36.403%2C22.188%20L36.600%2C23.135%20C36.618%2C23.441%2036.836%2C23.583%2037.259%2C23.562%20L38.075%2C23.562%20L38.317%2C22.707%20L38.087%2C22.707%20C37.930%2C22.707%2037.838%2C22.657%2037.818%2C22.554%20L37.646%2C21.516%20L36.904%2C21.516%20L37.247%2C20.997%20L38.764%2C20.997%20L39.016%2C20.113%20L37.655%2C20.113%20L37.889%2C19.289%20L39.251%2C19.289%20L39.502%2C18.403%20L35.223%2C18.403%20L34.970%2C19.289%20L36.449%2C19.289%20L36.214%2C20.113%20L34.736%2C20.113%20L34.484%2C20.997%20L35.846%2C20.997%20L34.790%2C22.524%20C34.670%2C22.667%2034.537%2C22.738%2034.377%2C22.738%20L33.989%2C22.738%20L33.746%2C23.593%20L34.992%2C23.593%20ZM37.442%2C17.303%20L37.209%2C17.303%20C37.052%2C17.303%2036.978%2C17.244%2036.987%2C17.120%20L36.931%2C16.633%20L35.610%2C16.633%20L35.656%2C17.700%20C35.673%2C18.006%2035.864%2C18.148%2036.235%2C18.129%20L37.206%2C18.129%20L37.442%2C17.303%20ZM29.383%2C23.196%20L32.069%2C23.196%20L31.955%2C23.593%20L33.316%2C23.593%20L33.430%2C23.196%20L33.703%2C23.196%20L33.963%2C22.281%20L33.690%2C22.281%20L35.001%2C17.671%20L35.274%2C17.671%20L35.550%2C16.694%20C35.550%2C16.694%2034.330%2C16.694%2033.813%2C16.694%20C33.295%2C16.694%2032.577%2C17.052%2032.577%2C17.052%20L32.638%2C16.694%20L31.232%2C16.694%20L30.955%2C17.671%20L31.226%2C17.671%20L29.914%2C22.281%20L29.645%2C22.281%20L29.383%2C23.196%20ZM34.578%2C9.445%20C34.578%2C8.957%2034.424%2C8.582%2034.117%2C8.320%20C33.808%2C8.062%2033.359%2C7.930%2032.778%2C7.930%20L29.757%2C7.930%20L28.362%2C14.722%20L29.765%2C14.722%20L30.266%2C12.267%20L31.886%2C12.267%20C32.539%2C12.267%2033.106%2C12.069%2033.585%2C11.676%20C34.062%2C11.282%2034.371%2C10.762%2034.504%2C10.116%20C34.529%2C9.997%2034.549%2C9.884%2034.563%2C9.771%20C34.572%2C9.658%2034.578%2C9.553%2034.578%2C9.460%20L34.578%2C9.445%20ZM37.422%2C10.872%20L36.934%2C11.207%20C36.424%2C10.808%2035.958%2C10.562%2035.060%2C10.978%20C33.836%2C11.545%2032.814%2C15.893%2036.183%2C14.461%20L36.375%2C14.688%20L37.701%2C14.722%20L38.571%2C10.771%20L37.422%2C10.872%20ZM42.097%2C10.531%20L40.884%2C13.361%20L40.815%2C10.531%20L40.168%2C10.531%20L39.396%2C10.541%20L39.763%2C15.053%20C39.455%2C15.666%2038.916%2C17.049%2037.918%2C17.356%20L37.816%2C18.075%20C39.002%2C18.120%2039.493%2C17.532%2039.742%2C17.280%20C39.990%2C17.024%2040.413%2C16.475%2040.856%2C15.533%20L43.326%2C10.531%20L42.097%2C10.531%20ZM35.607%2C13.956%20C35.235%2C13.841%2035.101%2C13.235%2035.317%2C12.606%20C35.530%2C11.977%2036.009%2C11.564%2036.378%2C11.682%20C36.751%2C11.797%2036.885%2C12.403%2036.668%2C13.032%20C36.455%2C13.659%2035.979%2C14.074%2035.607%2C13.956%20ZM33.094%2C10.097%20C33.021%2C10.433%2032.888%2C10.681%2032.687%2C10.844%20C32.484%2C11.004%2032.206%2C11.086%2031.856%2C11.086%20L30.512%2C11.086%20L30.922%2C9.094%20L32.063%2C9.094%20C32.435%2C9.094%2032.704%2C9.147%2032.876%2C9.258%20C33.047%2C9.367%2033.133%2C9.541%2033.133%2C9.782%20C33.133%2C9.829%2033.127%2C9.878%2033.122%2C9.927%20C33.113%2C9.978%2033.106%2C10.034%2033.094%2C10.097%20ZM32.480%2C21.333%20L32.211%2C22.281%20L31.160%2C22.281%20L31.431%2C21.333%20L32.480%2C21.333%20ZM31.947%2C19.503%20L33.001%2C19.503%20C33.001%2C19.503%2032.867%2C19.943%2032.732%2C20.448%20C32.267%2C20.476%2031.589%2C20.810%2031.589%2C20.810%20L31.947%2C19.503%20ZM32.471%2C17.671%20L33.521%2C17.671%20C33.521%2C17.671%2033.369%2C18.182%2033.253%2C18.617%20C32.725%2C18.684%2032.113%2C18.918%2032.113%2C18.918%20L32.471%2C17.671%20ZM27.848%2C18.183%20C27.848%2C18.183%2027.190%2C18.174%2026.614%2C18.183%20C26.036%2C18.192%2025.690%2C18.442%2025.690%2C18.442%20L25.939%2C17.573%20L28.015%2C17.573%20L27.848%2C18.183%20ZM27.513%2C19.404%20C27.502%2C19.547%2027.416%2C19.608%2027.263%2C19.587%20L25.386%2C19.587%20L25.560%2C18.947%20L27.640%2C18.947%20L27.513%2C19.404%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.544%2C22.672%20L25.161%2C20.413%20L25.187%2C20.413%20L24.639%2C22.837%20C24.557%2C22.818%2024.515%2C22.770%2024.544%2C22.672%20ZM29.148%2C2.902%20L27.427%2C10.509%20C27.279%2C10.457%2027.113%2C10.423%2026.914%2C10.423%20C26.432%2C10.423%2026.022%2C10.601%2025.684%2C10.962%20L25.537%2C11.134%20L25.655%2C10.529%20L24.614%2C10.529%20L23.776%2C14.722%20L24.845%2C14.722%20L25.324%2C12.314%20C25.383%2C12.011%2025.508%2C11.774%2025.698%2C11.602%20C25.888%2C11.433%2026.119%2C11.347%2026.394%2C11.347%20C26.617%2C11.347%2026.769%2C11.411%2026.853%2C11.539%20C26.935%2C11.667%2026.949%2C11.867%2026.896%2C12.134%20L26.379%2C14.722%20L26.474%2C14.722%20L26.035%2C16.664%20L24.812%2C16.664%20L23.067%2C23.099%20C22.984%2C23.404%2023.194%2C23.556%2023.700%2C23.556%20L24.476%2C23.556%20L23.675%2C27.100%20C23.314%2C28.686%2024.295%2C29.976%2025.874%2C30.000%20L12.947%2C30.000%20C11.370%2C29.976%2010.387%2C28.686%2010.749%2C27.100%20L14.307%2C11.375%20C14.362%2C11.367%2014.411%2C11.347%2014.470%2C11.347%20C14.694%2C11.347%2014.849%2C11.411%2014.931%2C11.539%20C15.013%2C11.667%2015.028%2C11.867%2014.974%2C12.134%20L14.457%2C14.722%20L15.526%2C14.722%20L16.098%2C11.867%20C16.191%2C11.414%2016.137%2C11.061%2015.942%2C10.805%20C15.744%2C10.550%2015.429%2C10.423%2014.991%2C10.423%20C14.814%2C10.423%2014.658%2C10.473%2014.500%2C10.521%20L16.225%2C2.902%20C16.585%2C1.319%2018.591%2C0.036%2020.186%2C0.003%20L28.478%2C0.005%20L33.080%2C0.008%20C31.490%2C0.056%2029.509%2C1.330%2029.148%2C2.902%20ZM24.285%2C17.184%20L22.608%2C17.184%20L22.899%2C16.670%20L21.500%2C16.670%20L20.978%2C17.451%20C20.920%2C17.573%2020.796%2C17.635%2020.611%2C17.635%20L20.410%2C17.635%20L20.184%2C18.459%20L21.223%2C18.459%20C21.564%2C18.479%2021.846%2C18.316%2022.076%2C17.971%20L24.072%2C17.971%20L24.285%2C17.184%20ZM19.939%2C22.855%20C19.805%2C23.344%2019.952%2C23.587%2020.378%2C23.587%20L22.628%2C23.587%20L22.845%2C22.793%20L21.673%2C22.793%20C21.375%2C22.814%2021.266%2C22.722%2021.349%2C22.518%20L21.683%2C21.299%20L23.121%2C21.299%20L23.355%2C20.444%20L21.917%2C20.444%20L22.143%2C19.618%20L23.620%2C19.618%20L23.855%2C18.763%20L20.180%2C18.763%20L19.947%2C19.618%20L20.825%2C19.618%20L20.600%2C20.444%20L19.681%2C20.444%20L19.447%2C21.299%20L20.366%2C21.299%20L19.939%2C22.855%20ZM16.617%2C14.721%20L17.767%2C14.721%20L18.670%2C10.531%20L17.518%2C10.531%20L16.617%2C14.721%20ZM17.881%2C9.004%20L17.663%2C10.021%20L18.826%2C10.021%20L19.044%2C9.004%20L17.881%2C9.004%20ZM23.024%2C10.855%20C22.723%2C10.566%2022.312%2C10.421%2021.794%2C10.421%20C21.161%2C10.421%2020.621%2C10.622%2020.173%2C11.022%20C19.725%2C11.421%2019.434%2C11.961%2019.297%2C12.642%20C19.277%2C12.738%2019.263%2C12.841%2019.252%2C12.948%20C19.241%2C13.052%2019.236%2C13.148%2019.236%2C13.233%20C19.237%2C13.726%2019.389%2C14.114%2019.691%2C14.402%20C19.992%2C14.687%2020.401%2C14.829%2020.921%2C14.829%20C21.549%2C14.829%2022.088%2C14.632%2022.537%2C14.238%20C22.985%2C13.847%2023.276%2C13.312%2023.409%2C12.642%20C23.428%2C12.540%2023.444%2C12.437%2023.457%2C12.329%20C23.468%2C12.223%2023.475%2C12.124%2023.475%2C12.038%20C23.475%2C11.539%2023.324%2C11.146%2023.024%2C10.855%20ZM22.325%2C12.574%20C22.237%2C13.018%2022.091%2C13.352%2021.888%2C13.572%20C21.685%2C13.794%2021.424%2C13.904%2021.104%2C13.904%20C20.859%2C13.904%2020.673%2C13.835%2020.541%2C13.695%20C20.409%2C13.554%2020.343%2C13.357%2020.343%2C13.100%20C20.342%2C13.041%2020.344%2C12.976%2020.352%2C12.906%20C20.361%2C12.838%2020.371%2C12.769%2020.384%2C12.700%20C20.476%2C12.248%2020.621%2C11.908%2020.827%2C11.684%20C21.031%2C11.459%2021.291%2C11.347%2021.610%2C11.347%20C21.852%2C11.347%2022.039%2C11.418%2022.170%2C11.561%20C22.302%2C11.703%2022.368%2C11.904%2022.368%2C12.162%20C22.368%2C12.223%2022.365%2C12.289%2022.358%2C12.360%20C22.350%2C12.432%2022.339%2C12.505%2022.325%2C12.574%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.225%2C2.902%20L14.505%2C10.499%20C14.228%2C10.582%2013.978%2C10.730%2013.762%2C10.962%20L13.612%2C11.134%20L13.731%2C10.529%20L12.692%2C10.529%20L11.853%2C14.722%20L12.924%2C14.722%20L13.400%2C12.314%20C13.462%2C12.011%2013.587%2C11.774%2013.776%2C11.602%20C13.924%2C11.469%2014.106%2C11.403%2014.307%2C11.375%20L10.749%2C27.100%20C10.387%2C28.686%2011.370%2C29.976%2012.947%2C30.000%20L2.261%2C30.000%20C0.991%2C29.981%200.107%2C29.139%20-0.000%2C27.983%20L-0.000%2C27.534%20C0.011%2C27.392%200.029%2C27.247%200.063%2C27.100%20L5.538%2C2.902%20C5.905%2C1.298%207.960%2C0.000%209.564%2C0.000%20L20.186%2C0.003%20C18.591%2C0.036%2016.585%2C1.319%2016.225%2C2.902%20ZM10.847%2C7.682%20L9.882%2C12.324%20C9.797%2C12.733%209.608%2C13.048%209.318%2C13.269%20C9.029%2C13.492%208.656%2C13.603%208.203%2C13.603%20C7.809%2C13.603%207.526%2C13.491%207.351%2C13.265%20C7.232%2C13.113%207.173%2C12.918%207.174%2C12.680%20C7.173%2C12.573%207.184%2C12.453%207.214%2C12.324%20L8.175%2C7.682%20L6.703%2C7.682%20L5.729%2C12.378%20C5.682%2C12.606%205.658%2C12.819%205.658%2C13.017%20C5.658%2C13.495%205.797%2C13.891%206.076%2C14.203%20C6.479%2C14.641%207.110%2C14.860%207.971%2C14.860%20C8.885%2C14.860%209.633%2C14.646%2010.212%2C14.219%20C10.796%2C13.785%2011.173%2C13.173%2011.336%2C12.378%20L12.311%2C7.682%20L10.847%2C7.682%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-cup:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23017989%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23024381%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23dd0228%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M46.927%2C2.912%20L41.453%2C27.110%20C41.099%2C28.663%2039.588%2C29.923%2038.034%2C30.000%20L25.874%2C30.000%20C24.295%2C29.976%2023.314%2C28.686%2023.675%2C27.100%20L24.476%2C23.556%20L25.019%2C23.556%20L25.210%2C22.855%20L24.691%2C22.855%20C24.666%2C22.855%2024.658%2C22.842%2024.639%2C22.837%20L25.187%2C20.413%20L27.798%2C20.413%20C28.356%2C20.413%2028.673%2C20.230%2028.747%2C19.862%20L29.636%2C16.645%20L27.310%2C16.645%20C26.680%2C16.645%2025.987%2C17.165%2025.987%2C17.165%20L26.045%2C16.664%20L26.035%2C16.664%20L26.474%2C14.722%20L27.449%2C14.722%20L28.019%2C11.867%20C28.114%2C11.414%2028.058%2C11.061%2027.864%2C10.805%20C27.757%2C10.666%2027.606%2C10.572%2027.427%2C10.509%20L29.148%2C2.902%20C29.509%2C1.330%2031.490%2C0.056%2033.080%2C0.008%20C33.088%2C0.008%2033.097%2C0.006%2033.106%2C0.006%20C33.106%2C0.006%2033.108%2C0.006%2033.109%2C0.006%20L44.684%2C0.009%20C46.289%2C0.009%2047.294%2C1.310%2046.927%2C2.912%20ZM27.691%2C20.656%20L27.597%2C20.992%20C27.597%2C21.093%2027.517%2C21.145%2027.356%2C21.145%20L27.037%2C21.145%20L27.059%2C20.627%20L25.860%2C20.627%20L25.769%2C23.007%20C25.764%2C23.414%2025.962%2C23.606%2026.366%2C23.587%20L27.805%2C23.587%20L27.999%2C22.886%20L27.399%2C22.886%20C27.134%2C22.886%2027.006%2C22.814%2027.017%2C22.672%20L27.020%2C21.786%20L27.659%2C21.786%20C28.144%2C21.765%2028.442%2C21.553%2028.554%2C21.145%20L28.688%2C20.656%20L27.691%2C20.656%20ZM34.992%2C23.593%20C35.323%2C23.614%2035.568%2C23.481%2035.728%2C23.196%20L36.403%2C22.188%20L36.600%2C23.135%20C36.618%2C23.441%2036.836%2C23.583%2037.259%2C23.562%20L38.075%2C23.562%20L38.317%2C22.707%20L38.087%2C22.707%20C37.930%2C22.707%2037.838%2C22.657%2037.818%2C22.554%20L37.646%2C21.516%20L36.904%2C21.516%20L37.247%2C20.997%20L38.764%2C20.997%20L39.016%2C20.113%20L37.655%2C20.113%20L37.889%2C19.289%20L39.251%2C19.289%20L39.502%2C18.403%20L35.223%2C18.403%20L34.970%2C19.289%20L36.449%2C19.289%20L36.214%2C20.113%20L34.736%2C20.113%20L34.484%2C20.997%20L35.846%2C20.997%20L34.790%2C22.524%20C34.670%2C22.667%2034.537%2C22.738%2034.377%2C22.738%20L33.989%2C22.738%20L33.746%2C23.593%20L34.992%2C23.593%20ZM37.442%2C17.303%20L37.209%2C17.303%20C37.052%2C17.303%2036.978%2C17.244%2036.987%2C17.120%20L36.931%2C16.633%20L35.610%2C16.633%20L35.656%2C17.700%20C35.673%2C18.006%2035.864%2C18.148%2036.235%2C18.129%20L37.206%2C18.129%20L37.442%2C17.303%20ZM29.383%2C23.196%20L32.069%2C23.196%20L31.955%2C23.593%20L33.316%2C23.593%20L33.430%2C23.196%20L33.703%2C23.196%20L33.963%2C22.281%20L33.690%2C22.281%20L35.001%2C17.671%20L35.274%2C17.671%20L35.550%2C16.694%20C35.550%2C16.694%2034.330%2C16.694%2033.813%2C16.694%20C33.295%2C16.694%2032.577%2C17.052%2032.577%2C17.052%20L32.638%2C16.694%20L31.232%2C16.694%20L30.955%2C17.671%20L31.226%2C17.671%20L29.914%2C22.281%20L29.645%2C22.281%20L29.383%2C23.196%20ZM34.578%2C9.445%20C34.578%2C8.957%2034.424%2C8.582%2034.117%2C8.320%20C33.808%2C8.062%2033.359%2C7.930%2032.778%2C7.930%20L29.757%2C7.930%20L28.362%2C14.722%20L29.765%2C14.722%20L30.266%2C12.267%20L31.886%2C12.267%20C32.539%2C12.267%2033.106%2C12.069%2033.585%2C11.676%20C34.062%2C11.282%2034.371%2C10.762%2034.504%2C10.116%20C34.529%2C9.997%2034.549%2C9.884%2034.563%2C9.771%20C34.572%2C9.658%2034.578%2C9.553%2034.578%2C9.460%20L34.578%2C9.445%20ZM37.422%2C10.872%20L36.934%2C11.207%20C36.424%2C10.808%2035.958%2C10.562%2035.060%2C10.978%20C33.836%2C11.545%2032.814%2C15.893%2036.183%2C14.461%20L36.375%2C14.688%20L37.701%2C14.722%20L38.571%2C10.771%20L37.422%2C10.872%20ZM42.097%2C10.531%20L40.884%2C13.361%20L40.815%2C10.531%20L40.168%2C10.531%20L39.396%2C10.541%20L39.763%2C15.053%20C39.455%2C15.666%2038.916%2C17.049%2037.918%2C17.356%20L37.816%2C18.075%20C39.002%2C18.120%2039.493%2C17.532%2039.742%2C17.280%20C39.990%2C17.024%2040.413%2C16.475%2040.856%2C15.533%20L43.326%2C10.531%20L42.097%2C10.531%20ZM35.607%2C13.956%20C35.235%2C13.841%2035.101%2C13.235%2035.317%2C12.606%20C35.530%2C11.977%2036.009%2C11.564%2036.378%2C11.682%20C36.751%2C11.797%2036.885%2C12.403%2036.668%2C13.032%20C36.455%2C13.659%2035.979%2C14.074%2035.607%2C13.956%20ZM33.094%2C10.097%20C33.021%2C10.433%2032.888%2C10.681%2032.687%2C10.844%20C32.484%2C11.004%2032.206%2C11.086%2031.856%2C11.086%20L30.512%2C11.086%20L30.922%2C9.094%20L32.063%2C9.094%20C32.435%2C9.094%2032.704%2C9.147%2032.876%2C9.258%20C33.047%2C9.367%2033.133%2C9.541%2033.133%2C9.782%20C33.133%2C9.829%2033.127%2C9.878%2033.122%2C9.927%20C33.113%2C9.978%2033.106%2C10.034%2033.094%2C10.097%20ZM32.480%2C21.333%20L32.211%2C22.281%20L31.160%2C22.281%20L31.431%2C21.333%20L32.480%2C21.333%20ZM31.947%2C19.503%20L33.001%2C19.503%20C33.001%2C19.503%2032.867%2C19.943%2032.732%2C20.448%20C32.267%2C20.476%2031.589%2C20.810%2031.589%2C20.810%20L31.947%2C19.503%20ZM32.471%2C17.671%20L33.521%2C17.671%20C33.521%2C17.671%2033.369%2C18.182%2033.253%2C18.617%20C32.725%2C18.684%2032.113%2C18.918%2032.113%2C18.918%20L32.471%2C17.671%20ZM27.848%2C18.183%20C27.848%2C18.183%2027.190%2C18.174%2026.614%2C18.183%20C26.036%2C18.192%2025.690%2C18.442%2025.690%2C18.442%20L25.939%2C17.573%20L28.015%2C17.573%20L27.848%2C18.183%20ZM27.513%2C19.404%20C27.502%2C19.547%2027.416%2C19.608%2027.263%2C19.587%20L25.386%2C19.587%20L25.560%2C18.947%20L27.640%2C18.947%20L27.513%2C19.404%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.544%2C22.672%20L25.161%2C20.413%20L25.187%2C20.413%20L24.639%2C22.837%20C24.557%2C22.818%2024.515%2C22.770%2024.544%2C22.672%20ZM29.148%2C2.902%20L27.427%2C10.509%20C27.279%2C10.457%2027.113%2C10.423%2026.914%2C10.423%20C26.432%2C10.423%2026.022%2C10.601%2025.684%2C10.962%20L25.537%2C11.134%20L25.655%2C10.529%20L24.614%2C10.529%20L23.776%2C14.722%20L24.845%2C14.722%20L25.324%2C12.314%20C25.383%2C12.011%2025.508%2C11.774%2025.698%2C11.602%20C25.888%2C11.433%2026.119%2C11.347%2026.394%2C11.347%20C26.617%2C11.347%2026.769%2C11.411%2026.853%2C11.539%20C26.935%2C11.667%2026.949%2C11.867%2026.896%2C12.134%20L26.379%2C14.722%20L26.474%2C14.722%20L26.035%2C16.664%20L24.812%2C16.664%20L23.067%2C23.099%20C22.984%2C23.404%2023.194%2C23.556%2023.700%2C23.556%20L24.476%2C23.556%20L23.675%2C27.100%20C23.314%2C28.686%2024.295%2C29.976%2025.874%2C30.000%20L12.947%2C30.000%20C11.370%2C29.976%2010.387%2C28.686%2010.749%2C27.100%20L14.307%2C11.375%20C14.362%2C11.367%2014.411%2C11.347%2014.470%2C11.347%20C14.694%2C11.347%2014.849%2C11.411%2014.931%2C11.539%20C15.013%2C11.667%2015.028%2C11.867%2014.974%2C12.134%20L14.457%2C14.722%20L15.526%2C14.722%20L16.098%2C11.867%20C16.191%2C11.414%2016.137%2C11.061%2015.942%2C10.805%20C15.744%2C10.550%2015.429%2C10.423%2014.991%2C10.423%20C14.814%2C10.423%2014.658%2C10.473%2014.500%2C10.521%20L16.225%2C2.902%20C16.585%2C1.319%2018.591%2C0.036%2020.186%2C0.003%20L28.478%2C0.005%20L33.080%2C0.008%20C31.490%2C0.056%2029.509%2C1.330%2029.148%2C2.902%20ZM24.285%2C17.184%20L22.608%2C17.184%20L22.899%2C16.670%20L21.500%2C16.670%20L20.978%2C17.451%20C20.920%2C17.573%2020.796%2C17.635%2020.611%2C17.635%20L20.410%2C17.635%20L20.184%2C18.459%20L21.223%2C18.459%20C21.564%2C18.479%2021.846%2C18.316%2022.076%2C17.971%20L24.072%2C17.971%20L24.285%2C17.184%20ZM19.939%2C22.855%20C19.805%2C23.344%2019.952%2C23.587%2020.378%2C23.587%20L22.628%2C23.587%20L22.845%2C22.793%20L21.673%2C22.793%20C21.375%2C22.814%2021.266%2C22.722%2021.349%2C22.518%20L21.683%2C21.299%20L23.121%2C21.299%20L23.355%2C20.444%20L21.917%2C20.444%20L22.143%2C19.618%20L23.620%2C19.618%20L23.855%2C18.763%20L20.180%2C18.763%20L19.947%2C19.618%20L20.825%2C19.618%20L20.600%2C20.444%20L19.681%2C20.444%20L19.447%2C21.299%20L20.366%2C21.299%20L19.939%2C22.855%20ZM16.617%2C14.721%20L17.767%2C14.721%20L18.670%2C10.531%20L17.518%2C10.531%20L16.617%2C14.721%20ZM17.881%2C9.004%20L17.663%2C10.021%20L18.826%2C10.021%20L19.044%2C9.004%20L17.881%2C9.004%20ZM23.024%2C10.855%20C22.723%2C10.566%2022.312%2C10.421%2021.794%2C10.421%20C21.161%2C10.421%2020.621%2C10.622%2020.173%2C11.022%20C19.725%2C11.421%2019.434%2C11.961%2019.297%2C12.642%20C19.277%2C12.738%2019.263%2C12.841%2019.252%2C12.948%20C19.241%2C13.052%2019.236%2C13.148%2019.236%2C13.233%20C19.237%2C13.726%2019.389%2C14.114%2019.691%2C14.402%20C19.992%2C14.687%2020.401%2C14.829%2020.921%2C14.829%20C21.549%2C14.829%2022.088%2C14.632%2022.537%2C14.238%20C22.985%2C13.847%2023.276%2C13.312%2023.409%2C12.642%20C23.428%2C12.540%2023.444%2C12.437%2023.457%2C12.329%20C23.468%2C12.223%2023.475%2C12.124%2023.475%2C12.038%20C23.475%2C11.539%2023.324%2C11.146%2023.024%2C10.855%20ZM22.325%2C12.574%20C22.237%2C13.018%2022.091%2C13.352%2021.888%2C13.572%20C21.685%2C13.794%2021.424%2C13.904%2021.104%2C13.904%20C20.859%2C13.904%2020.673%2C13.835%2020.541%2C13.695%20C20.409%2C13.554%2020.343%2C13.357%2020.343%2C13.100%20C20.342%2C13.041%2020.344%2C12.976%2020.352%2C12.906%20C20.361%2C12.838%2020.371%2C12.769%2020.384%2C12.700%20C20.476%2C12.248%2020.621%2C11.908%2020.827%2C11.684%20C21.031%2C11.459%2021.291%2C11.347%2021.610%2C11.347%20C21.852%2C11.347%2022.039%2C11.418%2022.170%2C11.561%20C22.302%2C11.703%2022.368%2C11.904%2022.368%2C12.162%20C22.368%2C12.223%2022.365%2C12.289%2022.358%2C12.360%20C22.350%2C12.432%2022.339%2C12.505%2022.325%2C12.574%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.225%2C2.902%20L14.505%2C10.499%20C14.228%2C10.582%2013.978%2C10.730%2013.762%2C10.962%20L13.612%2C11.134%20L13.731%2C10.529%20L12.692%2C10.529%20L11.853%2C14.722%20L12.924%2C14.722%20L13.400%2C12.314%20C13.462%2C12.011%2013.587%2C11.774%2013.776%2C11.602%20C13.924%2C11.469%2014.106%2C11.403%2014.307%2C11.375%20L10.749%2C27.100%20C10.387%2C28.686%2011.370%2C29.976%2012.947%2C30.000%20L2.261%2C30.000%20C0.991%2C29.981%200.107%2C29.139%20-0.000%2C27.983%20L-0.000%2C27.534%20C0.011%2C27.392%200.029%2C27.247%200.063%2C27.100%20L5.538%2C2.902%20C5.905%2C1.298%207.960%2C0.000%209.564%2C0.000%20L20.186%2C0.003%20C18.591%2C0.036%2016.585%2C1.319%2016.225%2C2.902%20ZM10.847%2C7.682%20L9.882%2C12.324%20C9.797%2C12.733%209.608%2C13.048%209.318%2C13.269%20C9.029%2C13.492%208.656%2C13.603%208.203%2C13.603%20C7.809%2C13.603%207.526%2C13.491%207.351%2C13.265%20C7.232%2C13.113%207.173%2C12.918%207.174%2C12.680%20C7.173%2C12.573%207.184%2C12.453%207.214%2C12.324%20L8.175%2C7.682%20L6.703%2C7.682%20L5.729%2C12.378%20C5.682%2C12.606%205.658%2C12.819%205.658%2C13.017%20C5.658%2C13.495%205.797%2C13.891%206.076%2C14.203%20C6.479%2C14.641%207.110%2C14.860%207.971%2C14.860%20C8.885%2C14.860%209.633%2C14.646%2010.212%2C14.219%20C10.796%2C13.785%2011.173%2C13.173%2011.336%2C12.378%20L12.311%2C7.682%20L10.847%2C7.682%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-cup:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.7%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.5%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M46.927%2C2.912%20L41.453%2C27.110%20C41.099%2C28.663%2039.588%2C29.923%2038.034%2C30.000%20L25.874%2C30.000%20C24.295%2C29.976%2023.314%2C28.686%2023.675%2C27.100%20L24.476%2C23.556%20L25.019%2C23.556%20L25.210%2C22.855%20L24.691%2C22.855%20C24.666%2C22.855%2024.658%2C22.842%2024.639%2C22.837%20L25.187%2C20.413%20L27.798%2C20.413%20C28.356%2C20.413%2028.673%2C20.230%2028.747%2C19.862%20L29.636%2C16.645%20L27.310%2C16.645%20C26.680%2C16.645%2025.987%2C17.165%2025.987%2C17.165%20L26.045%2C16.664%20L26.035%2C16.664%20L26.474%2C14.722%20L27.449%2C14.722%20L28.019%2C11.867%20C28.114%2C11.414%2028.058%2C11.061%2027.864%2C10.805%20C27.757%2C10.666%2027.606%2C10.572%2027.427%2C10.509%20L29.148%2C2.902%20C29.509%2C1.330%2031.490%2C0.056%2033.080%2C0.008%20C33.088%2C0.008%2033.097%2C0.006%2033.106%2C0.006%20C33.106%2C0.006%2033.108%2C0.006%2033.109%2C0.006%20L44.684%2C0.009%20C46.289%2C0.009%2047.294%2C1.310%2046.927%2C2.912%20ZM27.691%2C20.656%20L27.597%2C20.992%20C27.597%2C21.093%2027.517%2C21.145%2027.356%2C21.145%20L27.037%2C21.145%20L27.059%2C20.627%20L25.860%2C20.627%20L25.769%2C23.007%20C25.764%2C23.414%2025.962%2C23.606%2026.366%2C23.587%20L27.805%2C23.587%20L27.999%2C22.886%20L27.399%2C22.886%20C27.134%2C22.886%2027.006%2C22.814%2027.017%2C22.672%20L27.020%2C21.786%20L27.659%2C21.786%20C28.144%2C21.765%2028.442%2C21.553%2028.554%2C21.145%20L28.688%2C20.656%20L27.691%2C20.656%20ZM34.992%2C23.593%20C35.323%2C23.614%2035.568%2C23.481%2035.728%2C23.196%20L36.403%2C22.188%20L36.600%2C23.135%20C36.618%2C23.441%2036.836%2C23.583%2037.259%2C23.562%20L38.075%2C23.562%20L38.317%2C22.707%20L38.087%2C22.707%20C37.930%2C22.707%2037.838%2C22.657%2037.818%2C22.554%20L37.646%2C21.516%20L36.904%2C21.516%20L37.247%2C20.997%20L38.764%2C20.997%20L39.016%2C20.113%20L37.655%2C20.113%20L37.889%2C19.289%20L39.251%2C19.289%20L39.502%2C18.403%20L35.223%2C18.403%20L34.970%2C19.289%20L36.449%2C19.289%20L36.214%2C20.113%20L34.736%2C20.113%20L34.484%2C20.997%20L35.846%2C20.997%20L34.790%2C22.524%20C34.670%2C22.667%2034.537%2C22.738%2034.377%2C22.738%20L33.989%2C22.738%20L33.746%2C23.593%20L34.992%2C23.593%20ZM37.442%2C17.303%20L37.209%2C17.303%20C37.052%2C17.303%2036.978%2C17.244%2036.987%2C17.120%20L36.931%2C16.633%20L35.610%2C16.633%20L35.656%2C17.700%20C35.673%2C18.006%2035.864%2C18.148%2036.235%2C18.129%20L37.206%2C18.129%20L37.442%2C17.303%20ZM29.383%2C23.196%20L32.069%2C23.196%20L31.955%2C23.593%20L33.316%2C23.593%20L33.430%2C23.196%20L33.703%2C23.196%20L33.963%2C22.281%20L33.690%2C22.281%20L35.001%2C17.671%20L35.274%2C17.671%20L35.550%2C16.694%20C35.550%2C16.694%2034.330%2C16.694%2033.813%2C16.694%20C33.295%2C16.694%2032.577%2C17.052%2032.577%2C17.052%20L32.638%2C16.694%20L31.232%2C16.694%20L30.955%2C17.671%20L31.226%2C17.671%20L29.914%2C22.281%20L29.645%2C22.281%20L29.383%2C23.196%20ZM34.578%2C9.445%20C34.578%2C8.957%2034.424%2C8.582%2034.117%2C8.320%20C33.808%2C8.062%2033.359%2C7.930%2032.778%2C7.930%20L29.757%2C7.930%20L28.362%2C14.722%20L29.765%2C14.722%20L30.266%2C12.267%20L31.886%2C12.267%20C32.539%2C12.267%2033.106%2C12.069%2033.585%2C11.676%20C34.062%2C11.282%2034.371%2C10.762%2034.504%2C10.116%20C34.529%2C9.997%2034.549%2C9.884%2034.563%2C9.771%20C34.572%2C9.658%2034.578%2C9.553%2034.578%2C9.460%20L34.578%2C9.445%20ZM37.422%2C10.872%20L36.934%2C11.207%20C36.424%2C10.808%2035.958%2C10.562%2035.060%2C10.978%20C33.836%2C11.545%2032.814%2C15.893%2036.183%2C14.461%20L36.375%2C14.688%20L37.701%2C14.722%20L38.571%2C10.771%20L37.422%2C10.872%20ZM42.097%2C10.531%20L40.884%2C13.361%20L40.815%2C10.531%20L40.168%2C10.531%20L39.396%2C10.541%20L39.763%2C15.053%20C39.455%2C15.666%2038.916%2C17.049%2037.918%2C17.356%20L37.816%2C18.075%20C39.002%2C18.120%2039.493%2C17.532%2039.742%2C17.280%20C39.990%2C17.024%2040.413%2C16.475%2040.856%2C15.533%20L43.326%2C10.531%20L42.097%2C10.531%20ZM35.607%2C13.956%20C35.235%2C13.841%2035.101%2C13.235%2035.317%2C12.606%20C35.530%2C11.977%2036.009%2C11.564%2036.378%2C11.682%20C36.751%2C11.797%2036.885%2C12.403%2036.668%2C13.032%20C36.455%2C13.659%2035.979%2C14.074%2035.607%2C13.956%20ZM33.094%2C10.097%20C33.021%2C10.433%2032.888%2C10.681%2032.687%2C10.844%20C32.484%2C11.004%2032.206%2C11.086%2031.856%2C11.086%20L30.512%2C11.086%20L30.922%2C9.094%20L32.063%2C9.094%20C32.435%2C9.094%2032.704%2C9.147%2032.876%2C9.258%20C33.047%2C9.367%2033.133%2C9.541%2033.133%2C9.782%20C33.133%2C9.829%2033.127%2C9.878%2033.122%2C9.927%20C33.113%2C9.978%2033.106%2C10.034%2033.094%2C10.097%20ZM32.480%2C21.333%20L32.211%2C22.281%20L31.160%2C22.281%20L31.431%2C21.333%20L32.480%2C21.333%20ZM31.947%2C19.503%20L33.001%2C19.503%20C33.001%2C19.503%2032.867%2C19.943%2032.732%2C20.448%20C32.267%2C20.476%2031.589%2C20.810%2031.589%2C20.810%20L31.947%2C19.503%20ZM32.471%2C17.671%20L33.521%2C17.671%20C33.521%2C17.671%2033.369%2C18.182%2033.253%2C18.617%20C32.725%2C18.684%2032.113%2C18.918%2032.113%2C18.918%20L32.471%2C17.671%20ZM27.848%2C18.183%20C27.848%2C18.183%2027.190%2C18.174%2026.614%2C18.183%20C26.036%2C18.192%2025.690%2C18.442%2025.690%2C18.442%20L25.939%2C17.573%20L28.015%2C17.573%20L27.848%2C18.183%20ZM27.513%2C19.404%20C27.502%2C19.547%2027.416%2C19.608%2027.263%2C19.587%20L25.386%2C19.587%20L25.560%2C18.947%20L27.640%2C18.947%20L27.513%2C19.404%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.544%2C22.672%20L25.161%2C20.413%20L25.187%2C20.413%20L24.639%2C22.837%20C24.557%2C22.818%2024.515%2C22.770%2024.544%2C22.672%20ZM29.148%2C2.902%20L27.427%2C10.509%20C27.279%2C10.457%2027.113%2C10.423%2026.914%2C10.423%20C26.432%2C10.423%2026.022%2C10.601%2025.684%2C10.962%20L25.537%2C11.134%20L25.655%2C10.529%20L24.614%2C10.529%20L23.776%2C14.722%20L24.845%2C14.722%20L25.324%2C12.314%20C25.383%2C12.011%2025.508%2C11.774%2025.698%2C11.602%20C25.888%2C11.433%2026.119%2C11.347%2026.394%2C11.347%20C26.617%2C11.347%2026.769%2C11.411%2026.853%2C11.539%20C26.935%2C11.667%2026.949%2C11.867%2026.896%2C12.134%20L26.379%2C14.722%20L26.474%2C14.722%20L26.035%2C16.664%20L24.812%2C16.664%20L23.067%2C23.099%20C22.984%2C23.404%2023.194%2C23.556%2023.700%2C23.556%20L24.476%2C23.556%20L23.675%2C27.100%20C23.314%2C28.686%2024.295%2C29.976%2025.874%2C30.000%20L12.947%2C30.000%20C11.370%2C29.976%2010.387%2C28.686%2010.749%2C27.100%20L14.307%2C11.375%20C14.362%2C11.367%2014.411%2C11.347%2014.470%2C11.347%20C14.694%2C11.347%2014.849%2C11.411%2014.931%2C11.539%20C15.013%2C11.667%2015.028%2C11.867%2014.974%2C12.134%20L14.457%2C14.722%20L15.526%2C14.722%20L16.098%2C11.867%20C16.191%2C11.414%2016.137%2C11.061%2015.942%2C10.805%20C15.744%2C10.550%2015.429%2C10.423%2014.991%2C10.423%20C14.814%2C10.423%2014.658%2C10.473%2014.500%2C10.521%20L16.225%2C2.902%20C16.585%2C1.319%2018.591%2C0.036%2020.186%2C0.003%20L28.478%2C0.005%20L33.080%2C0.008%20C31.490%2C0.056%2029.509%2C1.330%2029.148%2C2.902%20ZM24.285%2C17.184%20L22.608%2C17.184%20L22.899%2C16.670%20L21.500%2C16.670%20L20.978%2C17.451%20C20.920%2C17.573%2020.796%2C17.635%2020.611%2C17.635%20L20.410%2C17.635%20L20.184%2C18.459%20L21.223%2C18.459%20C21.564%2C18.479%2021.846%2C18.316%2022.076%2C17.971%20L24.072%2C17.971%20L24.285%2C17.184%20ZM19.939%2C22.855%20C19.805%2C23.344%2019.952%2C23.587%2020.378%2C23.587%20L22.628%2C23.587%20L22.845%2C22.793%20L21.673%2C22.793%20C21.375%2C22.814%2021.266%2C22.722%2021.349%2C22.518%20L21.683%2C21.299%20L23.121%2C21.299%20L23.355%2C20.444%20L21.917%2C20.444%20L22.143%2C19.618%20L23.620%2C19.618%20L23.855%2C18.763%20L20.180%2C18.763%20L19.947%2C19.618%20L20.825%2C19.618%20L20.600%2C20.444%20L19.681%2C20.444%20L19.447%2C21.299%20L20.366%2C21.299%20L19.939%2C22.855%20ZM16.617%2C14.721%20L17.767%2C14.721%20L18.670%2C10.531%20L17.518%2C10.531%20L16.617%2C14.721%20ZM17.881%2C9.004%20L17.663%2C10.021%20L18.826%2C10.021%20L19.044%2C9.004%20L17.881%2C9.004%20ZM23.024%2C10.855%20C22.723%2C10.566%2022.312%2C10.421%2021.794%2C10.421%20C21.161%2C10.421%2020.621%2C10.622%2020.173%2C11.022%20C19.725%2C11.421%2019.434%2C11.961%2019.297%2C12.642%20C19.277%2C12.738%2019.263%2C12.841%2019.252%2C12.948%20C19.241%2C13.052%2019.236%2C13.148%2019.236%2C13.233%20C19.237%2C13.726%2019.389%2C14.114%2019.691%2C14.402%20C19.992%2C14.687%2020.401%2C14.829%2020.921%2C14.829%20C21.549%2C14.829%2022.088%2C14.632%2022.537%2C14.238%20C22.985%2C13.847%2023.276%2C13.312%2023.409%2C12.642%20C23.428%2C12.540%2023.444%2C12.437%2023.457%2C12.329%20C23.468%2C12.223%2023.475%2C12.124%2023.475%2C12.038%20C23.475%2C11.539%2023.324%2C11.146%2023.024%2C10.855%20ZM22.325%2C12.574%20C22.237%2C13.018%2022.091%2C13.352%2021.888%2C13.572%20C21.685%2C13.794%2021.424%2C13.904%2021.104%2C13.904%20C20.859%2C13.904%2020.673%2C13.835%2020.541%2C13.695%20C20.409%2C13.554%2020.343%2C13.357%2020.343%2C13.100%20C20.342%2C13.041%2020.344%2C12.976%2020.352%2C12.906%20C20.361%2C12.838%2020.371%2C12.769%2020.384%2C12.700%20C20.476%2C12.248%2020.621%2C11.908%2020.827%2C11.684%20C21.031%2C11.459%2021.291%2C11.347%2021.610%2C11.347%20C21.852%2C11.347%2022.039%2C11.418%2022.170%2C11.561%20C22.302%2C11.703%2022.368%2C11.904%2022.368%2C12.162%20C22.368%2C12.223%2022.365%2C12.289%2022.358%2C12.360%20C22.350%2C12.432%2022.339%2C12.505%2022.325%2C12.574%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.225%2C2.902%20L14.505%2C10.499%20C14.228%2C10.582%2013.978%2C10.730%2013.762%2C10.962%20L13.612%2C11.134%20L13.731%2C10.529%20L12.692%2C10.529%20L11.853%2C14.722%20L12.924%2C14.722%20L13.400%2C12.314%20C13.462%2C12.011%2013.587%2C11.774%2013.776%2C11.602%20C13.924%2C11.469%2014.106%2C11.403%2014.307%2C11.375%20L10.749%2C27.100%20C10.387%2C28.686%2011.370%2C29.976%2012.947%2C30.000%20L2.261%2C30.000%20C0.991%2C29.981%200.107%2C29.139%20-0.000%2C27.983%20L-0.000%2C27.534%20C0.011%2C27.392%200.029%2C27.247%200.063%2C27.100%20L5.538%2C2.902%20C5.905%2C1.298%207.960%2C0.000%209.564%2C0.000%20L20.186%2C0.003%20C18.591%2C0.036%2016.585%2C1.319%2016.225%2C2.902%20ZM10.847%2C7.682%20L9.882%2C12.324%20C9.797%2C12.733%209.608%2C13.048%209.318%2C13.269%20C9.029%2C13.492%208.656%2C13.603%208.203%2C13.603%20C7.809%2C13.603%207.526%2C13.491%207.351%2C13.265%20C7.232%2C13.113%207.173%2C12.918%207.174%2C12.680%20C7.173%2C12.573%207.184%2C12.453%207.214%2C12.324%20L8.175%2C7.682%20L6.703%2C7.682%20L5.729%2C12.378%20C5.682%2C12.606%205.658%2C12.819%205.658%2C13.017%20C5.658%2C13.495%205.797%2C13.891%206.076%2C14.203%20C6.479%2C14.641%207.110%2C14.860%207.971%2C14.860%20C8.885%2C14.860%209.633%2C14.646%2010.212%2C14.219%20C10.796%2C13.785%2011.173%2C13.173%2011.336%2C12.378%20L12.311%2C7.682%20L10.847%2C7.682%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-cup:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.7%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.5%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M46.927%2C2.912%20L41.453%2C27.110%20C41.099%2C28.663%2039.588%2C29.923%2038.034%2C30.000%20L25.874%2C30.000%20C24.295%2C29.976%2023.314%2C28.686%2023.675%2C27.100%20L24.476%2C23.556%20L25.019%2C23.556%20L25.210%2C22.855%20L24.691%2C22.855%20C24.666%2C22.855%2024.658%2C22.842%2024.639%2C22.837%20L25.187%2C20.413%20L27.798%2C20.413%20C28.356%2C20.413%2028.673%2C20.230%2028.747%2C19.862%20L29.636%2C16.645%20L27.310%2C16.645%20C26.680%2C16.645%2025.987%2C17.165%2025.987%2C17.165%20L26.045%2C16.664%20L26.035%2C16.664%20L26.474%2C14.722%20L27.449%2C14.722%20L28.019%2C11.867%20C28.114%2C11.414%2028.058%2C11.061%2027.864%2C10.805%20C27.757%2C10.666%2027.606%2C10.572%2027.427%2C10.509%20L29.148%2C2.902%20C29.509%2C1.330%2031.490%2C0.056%2033.080%2C0.008%20C33.088%2C0.008%2033.097%2C0.006%2033.106%2C0.006%20C33.106%2C0.006%2033.108%2C0.006%2033.109%2C0.006%20L44.684%2C0.009%20C46.289%2C0.009%2047.294%2C1.310%2046.927%2C2.912%20ZM27.691%2C20.656%20L27.597%2C20.992%20C27.597%2C21.093%2027.517%2C21.145%2027.356%2C21.145%20L27.037%2C21.145%20L27.059%2C20.627%20L25.860%2C20.627%20L25.769%2C23.007%20C25.764%2C23.414%2025.962%2C23.606%2026.366%2C23.587%20L27.805%2C23.587%20L27.999%2C22.886%20L27.399%2C22.886%20C27.134%2C22.886%2027.006%2C22.814%2027.017%2C22.672%20L27.020%2C21.786%20L27.659%2C21.786%20C28.144%2C21.765%2028.442%2C21.553%2028.554%2C21.145%20L28.688%2C20.656%20L27.691%2C20.656%20ZM34.992%2C23.593%20C35.323%2C23.614%2035.568%2C23.481%2035.728%2C23.196%20L36.403%2C22.188%20L36.600%2C23.135%20C36.618%2C23.441%2036.836%2C23.583%2037.259%2C23.562%20L38.075%2C23.562%20L38.317%2C22.707%20L38.087%2C22.707%20C37.930%2C22.707%2037.838%2C22.657%2037.818%2C22.554%20L37.646%2C21.516%20L36.904%2C21.516%20L37.247%2C20.997%20L38.764%2C20.997%20L39.016%2C20.113%20L37.655%2C20.113%20L37.889%2C19.289%20L39.251%2C19.289%20L39.502%2C18.403%20L35.223%2C18.403%20L34.970%2C19.289%20L36.449%2C19.289%20L36.214%2C20.113%20L34.736%2C20.113%20L34.484%2C20.997%20L35.846%2C20.997%20L34.790%2C22.524%20C34.670%2C22.667%2034.537%2C22.738%2034.377%2C22.738%20L33.989%2C22.738%20L33.746%2C23.593%20L34.992%2C23.593%20ZM37.442%2C17.303%20L37.209%2C17.303%20C37.052%2C17.303%2036.978%2C17.244%2036.987%2C17.120%20L36.931%2C16.633%20L35.610%2C16.633%20L35.656%2C17.700%20C35.673%2C18.006%2035.864%2C18.148%2036.235%2C18.129%20L37.206%2C18.129%20L37.442%2C17.303%20ZM29.383%2C23.196%20L32.069%2C23.196%20L31.955%2C23.593%20L33.316%2C23.593%20L33.430%2C23.196%20L33.703%2C23.196%20L33.963%2C22.281%20L33.690%2C22.281%20L35.001%2C17.671%20L35.274%2C17.671%20L35.550%2C16.694%20C35.550%2C16.694%2034.330%2C16.694%2033.813%2C16.694%20C33.295%2C16.694%2032.577%2C17.052%2032.577%2C17.052%20L32.638%2C16.694%20L31.232%2C16.694%20L30.955%2C17.671%20L31.226%2C17.671%20L29.914%2C22.281%20L29.645%2C22.281%20L29.383%2C23.196%20ZM34.578%2C9.445%20C34.578%2C8.957%2034.424%2C8.582%2034.117%2C8.320%20C33.808%2C8.062%2033.359%2C7.930%2032.778%2C7.930%20L29.757%2C7.930%20L28.362%2C14.722%20L29.765%2C14.722%20L30.266%2C12.267%20L31.886%2C12.267%20C32.539%2C12.267%2033.106%2C12.069%2033.585%2C11.676%20C34.062%2C11.282%2034.371%2C10.762%2034.504%2C10.116%20C34.529%2C9.997%2034.549%2C9.884%2034.563%2C9.771%20C34.572%2C9.658%2034.578%2C9.553%2034.578%2C9.460%20L34.578%2C9.445%20ZM37.422%2C10.872%20L36.934%2C11.207%20C36.424%2C10.808%2035.958%2C10.562%2035.060%2C10.978%20C33.836%2C11.545%2032.814%2C15.893%2036.183%2C14.461%20L36.375%2C14.688%20L37.701%2C14.722%20L38.571%2C10.771%20L37.422%2C10.872%20ZM42.097%2C10.531%20L40.884%2C13.361%20L40.815%2C10.531%20L40.168%2C10.531%20L39.396%2C10.541%20L39.763%2C15.053%20C39.455%2C15.666%2038.916%2C17.049%2037.918%2C17.356%20L37.816%2C18.075%20C39.002%2C18.120%2039.493%2C17.532%2039.742%2C17.280%20C39.990%2C17.024%2040.413%2C16.475%2040.856%2C15.533%20L43.326%2C10.531%20L42.097%2C10.531%20ZM35.607%2C13.956%20C35.235%2C13.841%2035.101%2C13.235%2035.317%2C12.606%20C35.530%2C11.977%2036.009%2C11.564%2036.378%2C11.682%20C36.751%2C11.797%2036.885%2C12.403%2036.668%2C13.032%20C36.455%2C13.659%2035.979%2C14.074%2035.607%2C13.956%20ZM33.094%2C10.097%20C33.021%2C10.433%2032.888%2C10.681%2032.687%2C10.844%20C32.484%2C11.004%2032.206%2C11.086%2031.856%2C11.086%20L30.512%2C11.086%20L30.922%2C9.094%20L32.063%2C9.094%20C32.435%2C9.094%2032.704%2C9.147%2032.876%2C9.258%20C33.047%2C9.367%2033.133%2C9.541%2033.133%2C9.782%20C33.133%2C9.829%2033.127%2C9.878%2033.122%2C9.927%20C33.113%2C9.978%2033.106%2C10.034%2033.094%2C10.097%20ZM32.480%2C21.333%20L32.211%2C22.281%20L31.160%2C22.281%20L31.431%2C21.333%20L32.480%2C21.333%20ZM31.947%2C19.503%20L33.001%2C19.503%20C33.001%2C19.503%2032.867%2C19.943%2032.732%2C20.448%20C32.267%2C20.476%2031.589%2C20.810%2031.589%2C20.810%20L31.947%2C19.503%20ZM32.471%2C17.671%20L33.521%2C17.671%20C33.521%2C17.671%2033.369%2C18.182%2033.253%2C18.617%20C32.725%2C18.684%2032.113%2C18.918%2032.113%2C18.918%20L32.471%2C17.671%20ZM27.848%2C18.183%20C27.848%2C18.183%2027.190%2C18.174%2026.614%2C18.183%20C26.036%2C18.192%2025.690%2C18.442%2025.690%2C18.442%20L25.939%2C17.573%20L28.015%2C17.573%20L27.848%2C18.183%20ZM27.513%2C19.404%20C27.502%2C19.547%2027.416%2C19.608%2027.263%2C19.587%20L25.386%2C19.587%20L25.560%2C18.947%20L27.640%2C18.947%20L27.513%2C19.404%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.544%2C22.672%20L25.161%2C20.413%20L25.187%2C20.413%20L24.639%2C22.837%20C24.557%2C22.818%2024.515%2C22.770%2024.544%2C22.672%20ZM29.148%2C2.902%20L27.427%2C10.509%20C27.279%2C10.457%2027.113%2C10.423%2026.914%2C10.423%20C26.432%2C10.423%2026.022%2C10.601%2025.684%2C10.962%20L25.537%2C11.134%20L25.655%2C10.529%20L24.614%2C10.529%20L23.776%2C14.722%20L24.845%2C14.722%20L25.324%2C12.314%20C25.383%2C12.011%2025.508%2C11.774%2025.698%2C11.602%20C25.888%2C11.433%2026.119%2C11.347%2026.394%2C11.347%20C26.617%2C11.347%2026.769%2C11.411%2026.853%2C11.539%20C26.935%2C11.667%2026.949%2C11.867%2026.896%2C12.134%20L26.379%2C14.722%20L26.474%2C14.722%20L26.035%2C16.664%20L24.812%2C16.664%20L23.067%2C23.099%20C22.984%2C23.404%2023.194%2C23.556%2023.700%2C23.556%20L24.476%2C23.556%20L23.675%2C27.100%20C23.314%2C28.686%2024.295%2C29.976%2025.874%2C30.000%20L12.947%2C30.000%20C11.370%2C29.976%2010.387%2C28.686%2010.749%2C27.100%20L14.307%2C11.375%20C14.362%2C11.367%2014.411%2C11.347%2014.470%2C11.347%20C14.694%2C11.347%2014.849%2C11.411%2014.931%2C11.539%20C15.013%2C11.667%2015.028%2C11.867%2014.974%2C12.134%20L14.457%2C14.722%20L15.526%2C14.722%20L16.098%2C11.867%20C16.191%2C11.414%2016.137%2C11.061%2015.942%2C10.805%20C15.744%2C10.550%2015.429%2C10.423%2014.991%2C10.423%20C14.814%2C10.423%2014.658%2C10.473%2014.500%2C10.521%20L16.225%2C2.902%20C16.585%2C1.319%2018.591%2C0.036%2020.186%2C0.003%20L28.478%2C0.005%20L33.080%2C0.008%20C31.490%2C0.056%2029.509%2C1.330%2029.148%2C2.902%20ZM24.285%2C17.184%20L22.608%2C17.184%20L22.899%2C16.670%20L21.500%2C16.670%20L20.978%2C17.451%20C20.920%2C17.573%2020.796%2C17.635%2020.611%2C17.635%20L20.410%2C17.635%20L20.184%2C18.459%20L21.223%2C18.459%20C21.564%2C18.479%2021.846%2C18.316%2022.076%2C17.971%20L24.072%2C17.971%20L24.285%2C17.184%20ZM19.939%2C22.855%20C19.805%2C23.344%2019.952%2C23.587%2020.378%2C23.587%20L22.628%2C23.587%20L22.845%2C22.793%20L21.673%2C22.793%20C21.375%2C22.814%2021.266%2C22.722%2021.349%2C22.518%20L21.683%2C21.299%20L23.121%2C21.299%20L23.355%2C20.444%20L21.917%2C20.444%20L22.143%2C19.618%20L23.620%2C19.618%20L23.855%2C18.763%20L20.180%2C18.763%20L19.947%2C19.618%20L20.825%2C19.618%20L20.600%2C20.444%20L19.681%2C20.444%20L19.447%2C21.299%20L20.366%2C21.299%20L19.939%2C22.855%20ZM16.617%2C14.721%20L17.767%2C14.721%20L18.670%2C10.531%20L17.518%2C10.531%20L16.617%2C14.721%20ZM17.881%2C9.004%20L17.663%2C10.021%20L18.826%2C10.021%20L19.044%2C9.004%20L17.881%2C9.004%20ZM23.024%2C10.855%20C22.723%2C10.566%2022.312%2C10.421%2021.794%2C10.421%20C21.161%2C10.421%2020.621%2C10.622%2020.173%2C11.022%20C19.725%2C11.421%2019.434%2C11.961%2019.297%2C12.642%20C19.277%2C12.738%2019.263%2C12.841%2019.252%2C12.948%20C19.241%2C13.052%2019.236%2C13.148%2019.236%2C13.233%20C19.237%2C13.726%2019.389%2C14.114%2019.691%2C14.402%20C19.992%2C14.687%2020.401%2C14.829%2020.921%2C14.829%20C21.549%2C14.829%2022.088%2C14.632%2022.537%2C14.238%20C22.985%2C13.847%2023.276%2C13.312%2023.409%2C12.642%20C23.428%2C12.540%2023.444%2C12.437%2023.457%2C12.329%20C23.468%2C12.223%2023.475%2C12.124%2023.475%2C12.038%20C23.475%2C11.539%2023.324%2C11.146%2023.024%2C10.855%20ZM22.325%2C12.574%20C22.237%2C13.018%2022.091%2C13.352%2021.888%2C13.572%20C21.685%2C13.794%2021.424%2C13.904%2021.104%2C13.904%20C20.859%2C13.904%2020.673%2C13.835%2020.541%2C13.695%20C20.409%2C13.554%2020.343%2C13.357%2020.343%2C13.100%20C20.342%2C13.041%2020.344%2C12.976%2020.352%2C12.906%20C20.361%2C12.838%2020.371%2C12.769%2020.384%2C12.700%20C20.476%2C12.248%2020.621%2C11.908%2020.827%2C11.684%20C21.031%2C11.459%2021.291%2C11.347%2021.610%2C11.347%20C21.852%2C11.347%2022.039%2C11.418%2022.170%2C11.561%20C22.302%2C11.703%2022.368%2C11.904%2022.368%2C12.162%20C22.368%2C12.223%2022.365%2C12.289%2022.358%2C12.360%20C22.350%2C12.432%2022.339%2C12.505%2022.325%2C12.574%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.225%2C2.902%20L14.505%2C10.499%20C14.228%2C10.582%2013.978%2C10.730%2013.762%2C10.962%20L13.612%2C11.134%20L13.731%2C10.529%20L12.692%2C10.529%20L11.853%2C14.722%20L12.924%2C14.722%20L13.400%2C12.314%20C13.462%2C12.011%2013.587%2C11.774%2013.776%2C11.602%20C13.924%2C11.469%2014.106%2C11.403%2014.307%2C11.375%20L10.749%2C27.100%20C10.387%2C28.686%2011.370%2C29.976%2012.947%2C30.000%20L2.261%2C30.000%20C0.991%2C29.981%200.107%2C29.139%20-0.000%2C27.983%20L-0.000%2C27.534%20C0.011%2C27.392%200.029%2C27.247%200.063%2C27.100%20L5.538%2C2.902%20C5.905%2C1.298%207.960%2C0.000%209.564%2C0.000%20L20.186%2C0.003%20C18.591%2C0.036%2016.585%2C1.319%2016.225%2C2.902%20ZM10.847%2C7.682%20L9.882%2C12.324%20C9.797%2C12.733%209.608%2C13.048%209.318%2C13.269%20C9.029%2C13.492%208.656%2C13.603%208.203%2C13.603%20C7.809%2C13.603%207.526%2C13.491%207.351%2C13.265%20C7.232%2C13.113%207.173%2C12.918%207.174%2C12.680%20C7.173%2C12.573%207.184%2C12.453%207.214%2C12.324%20L8.175%2C7.682%20L6.703%2C7.682%20L5.729%2C12.378%20C5.682%2C12.606%205.658%2C12.819%205.658%2C13.017%20C5.658%2C13.495%205.797%2C13.891%206.076%2C14.203%20C6.479%2C14.641%207.110%2C14.860%207.971%2C14.860%20C8.885%2C14.860%209.633%2C14.646%2010.212%2C14.219%20C10.796%2C13.785%2011.173%2C13.173%2011.336%2C12.378%20L12.311%2C7.682%20L10.847%2C7.682%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-cup {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/cup-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-cup {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/cup-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-cup {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-cup {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.7%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.5%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M46.927%2C2.912%20L41.453%2C27.110%20C41.099%2C28.663%2039.588%2C29.923%2038.034%2C30.000%20L25.874%2C30.000%20C24.295%2C29.976%2023.314%2C28.686%2023.675%2C27.100%20L24.476%2C23.556%20L25.019%2C23.556%20L25.210%2C22.855%20L24.691%2C22.855%20C24.666%2C22.855%2024.658%2C22.842%2024.639%2C22.837%20L25.187%2C20.413%20L27.798%2C20.413%20C28.356%2C20.413%2028.673%2C20.230%2028.747%2C19.862%20L29.636%2C16.645%20L27.310%2C16.645%20C26.680%2C16.645%2025.987%2C17.165%2025.987%2C17.165%20L26.045%2C16.664%20L26.035%2C16.664%20L26.474%2C14.722%20L27.449%2C14.722%20L28.019%2C11.867%20C28.114%2C11.414%2028.058%2C11.061%2027.864%2C10.805%20C27.757%2C10.666%2027.606%2C10.572%2027.427%2C10.509%20L29.148%2C2.902%20C29.509%2C1.330%2031.490%2C0.056%2033.080%2C0.008%20C33.088%2C0.008%2033.097%2C0.006%2033.106%2C0.006%20C33.106%2C0.006%2033.108%2C0.006%2033.109%2C0.006%20L44.684%2C0.009%20C46.289%2C0.009%2047.294%2C1.310%2046.927%2C2.912%20ZM27.691%2C20.656%20L27.597%2C20.992%20C27.597%2C21.093%2027.517%2C21.145%2027.356%2C21.145%20L27.037%2C21.145%20L27.059%2C20.627%20L25.860%2C20.627%20L25.769%2C23.007%20C25.764%2C23.414%2025.962%2C23.606%2026.366%2C23.587%20L27.805%2C23.587%20L27.999%2C22.886%20L27.399%2C22.886%20C27.134%2C22.886%2027.006%2C22.814%2027.017%2C22.672%20L27.020%2C21.786%20L27.659%2C21.786%20C28.144%2C21.765%2028.442%2C21.553%2028.554%2C21.145%20L28.688%2C20.656%20L27.691%2C20.656%20ZM34.992%2C23.593%20C35.323%2C23.614%2035.568%2C23.481%2035.728%2C23.196%20L36.403%2C22.188%20L36.600%2C23.135%20C36.618%2C23.441%2036.836%2C23.583%2037.259%2C23.562%20L38.075%2C23.562%20L38.317%2C22.707%20L38.087%2C22.707%20C37.930%2C22.707%2037.838%2C22.657%2037.818%2C22.554%20L37.646%2C21.516%20L36.904%2C21.516%20L37.247%2C20.997%20L38.764%2C20.997%20L39.016%2C20.113%20L37.655%2C20.113%20L37.889%2C19.289%20L39.251%2C19.289%20L39.502%2C18.403%20L35.223%2C18.403%20L34.970%2C19.289%20L36.449%2C19.289%20L36.214%2C20.113%20L34.736%2C20.113%20L34.484%2C20.997%20L35.846%2C20.997%20L34.790%2C22.524%20C34.670%2C22.667%2034.537%2C22.738%2034.377%2C22.738%20L33.989%2C22.738%20L33.746%2C23.593%20L34.992%2C23.593%20ZM37.442%2C17.303%20L37.209%2C17.303%20C37.052%2C17.303%2036.978%2C17.244%2036.987%2C17.120%20L36.931%2C16.633%20L35.610%2C16.633%20L35.656%2C17.700%20C35.673%2C18.006%2035.864%2C18.148%2036.235%2C18.129%20L37.206%2C18.129%20L37.442%2C17.303%20ZM29.383%2C23.196%20L32.069%2C23.196%20L31.955%2C23.593%20L33.316%2C23.593%20L33.430%2C23.196%20L33.703%2C23.196%20L33.963%2C22.281%20L33.690%2C22.281%20L35.001%2C17.671%20L35.274%2C17.671%20L35.550%2C16.694%20C35.550%2C16.694%2034.330%2C16.694%2033.813%2C16.694%20C33.295%2C16.694%2032.577%2C17.052%2032.577%2C17.052%20L32.638%2C16.694%20L31.232%2C16.694%20L30.955%2C17.671%20L31.226%2C17.671%20L29.914%2C22.281%20L29.645%2C22.281%20L29.383%2C23.196%20ZM34.578%2C9.445%20C34.578%2C8.957%2034.424%2C8.582%2034.117%2C8.320%20C33.808%2C8.062%2033.359%2C7.930%2032.778%2C7.930%20L29.757%2C7.930%20L28.362%2C14.722%20L29.765%2C14.722%20L30.266%2C12.267%20L31.886%2C12.267%20C32.539%2C12.267%2033.106%2C12.069%2033.585%2C11.676%20C34.062%2C11.282%2034.371%2C10.762%2034.504%2C10.116%20C34.529%2C9.997%2034.549%2C9.884%2034.563%2C9.771%20C34.572%2C9.658%2034.578%2C9.553%2034.578%2C9.460%20L34.578%2C9.445%20ZM37.422%2C10.872%20L36.934%2C11.207%20C36.424%2C10.808%2035.958%2C10.562%2035.060%2C10.978%20C33.836%2C11.545%2032.814%2C15.893%2036.183%2C14.461%20L36.375%2C14.688%20L37.701%2C14.722%20L38.571%2C10.771%20L37.422%2C10.872%20ZM42.097%2C10.531%20L40.884%2C13.361%20L40.815%2C10.531%20L40.168%2C10.531%20L39.396%2C10.541%20L39.763%2C15.053%20C39.455%2C15.666%2038.916%2C17.049%2037.918%2C17.356%20L37.816%2C18.075%20C39.002%2C18.120%2039.493%2C17.532%2039.742%2C17.280%20C39.990%2C17.024%2040.413%2C16.475%2040.856%2C15.533%20L43.326%2C10.531%20L42.097%2C10.531%20ZM35.607%2C13.956%20C35.235%2C13.841%2035.101%2C13.235%2035.317%2C12.606%20C35.530%2C11.977%2036.009%2C11.564%2036.378%2C11.682%20C36.751%2C11.797%2036.885%2C12.403%2036.668%2C13.032%20C36.455%2C13.659%2035.979%2C14.074%2035.607%2C13.956%20ZM33.094%2C10.097%20C33.021%2C10.433%2032.888%2C10.681%2032.687%2C10.844%20C32.484%2C11.004%2032.206%2C11.086%2031.856%2C11.086%20L30.512%2C11.086%20L30.922%2C9.094%20L32.063%2C9.094%20C32.435%2C9.094%2032.704%2C9.147%2032.876%2C9.258%20C33.047%2C9.367%2033.133%2C9.541%2033.133%2C9.782%20C33.133%2C9.829%2033.127%2C9.878%2033.122%2C9.927%20C33.113%2C9.978%2033.106%2C10.034%2033.094%2C10.097%20ZM32.480%2C21.333%20L32.211%2C22.281%20L31.160%2C22.281%20L31.431%2C21.333%20L32.480%2C21.333%20ZM31.947%2C19.503%20L33.001%2C19.503%20C33.001%2C19.503%2032.867%2C19.943%2032.732%2C20.448%20C32.267%2C20.476%2031.589%2C20.810%2031.589%2C20.810%20L31.947%2C19.503%20ZM32.471%2C17.671%20L33.521%2C17.671%20C33.521%2C17.671%2033.369%2C18.182%2033.253%2C18.617%20C32.725%2C18.684%2032.113%2C18.918%2032.113%2C18.918%20L32.471%2C17.671%20ZM27.848%2C18.183%20C27.848%2C18.183%2027.190%2C18.174%2026.614%2C18.183%20C26.036%2C18.192%2025.690%2C18.442%2025.690%2C18.442%20L25.939%2C17.573%20L28.015%2C17.573%20L27.848%2C18.183%20ZM27.513%2C19.404%20C27.502%2C19.547%2027.416%2C19.608%2027.263%2C19.587%20L25.386%2C19.587%20L25.560%2C18.947%20L27.640%2C18.947%20L27.513%2C19.404%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.544%2C22.672%20L25.161%2C20.413%20L25.187%2C20.413%20L24.639%2C22.837%20C24.557%2C22.818%2024.515%2C22.770%2024.544%2C22.672%20ZM29.148%2C2.902%20L27.427%2C10.509%20C27.279%2C10.457%2027.113%2C10.423%2026.914%2C10.423%20C26.432%2C10.423%2026.022%2C10.601%2025.684%2C10.962%20L25.537%2C11.134%20L25.655%2C10.529%20L24.614%2C10.529%20L23.776%2C14.722%20L24.845%2C14.722%20L25.324%2C12.314%20C25.383%2C12.011%2025.508%2C11.774%2025.698%2C11.602%20C25.888%2C11.433%2026.119%2C11.347%2026.394%2C11.347%20C26.617%2C11.347%2026.769%2C11.411%2026.853%2C11.539%20C26.935%2C11.667%2026.949%2C11.867%2026.896%2C12.134%20L26.379%2C14.722%20L26.474%2C14.722%20L26.035%2C16.664%20L24.812%2C16.664%20L23.067%2C23.099%20C22.984%2C23.404%2023.194%2C23.556%2023.700%2C23.556%20L24.476%2C23.556%20L23.675%2C27.100%20C23.314%2C28.686%2024.295%2C29.976%2025.874%2C30.000%20L12.947%2C30.000%20C11.370%2C29.976%2010.387%2C28.686%2010.749%2C27.100%20L14.307%2C11.375%20C14.362%2C11.367%2014.411%2C11.347%2014.470%2C11.347%20C14.694%2C11.347%2014.849%2C11.411%2014.931%2C11.539%20C15.013%2C11.667%2015.028%2C11.867%2014.974%2C12.134%20L14.457%2C14.722%20L15.526%2C14.722%20L16.098%2C11.867%20C16.191%2C11.414%2016.137%2C11.061%2015.942%2C10.805%20C15.744%2C10.550%2015.429%2C10.423%2014.991%2C10.423%20C14.814%2C10.423%2014.658%2C10.473%2014.500%2C10.521%20L16.225%2C2.902%20C16.585%2C1.319%2018.591%2C0.036%2020.186%2C0.003%20L28.478%2C0.005%20L33.080%2C0.008%20C31.490%2C0.056%2029.509%2C1.330%2029.148%2C2.902%20ZM24.285%2C17.184%20L22.608%2C17.184%20L22.899%2C16.670%20L21.500%2C16.670%20L20.978%2C17.451%20C20.920%2C17.573%2020.796%2C17.635%2020.611%2C17.635%20L20.410%2C17.635%20L20.184%2C18.459%20L21.223%2C18.459%20C21.564%2C18.479%2021.846%2C18.316%2022.076%2C17.971%20L24.072%2C17.971%20L24.285%2C17.184%20ZM19.939%2C22.855%20C19.805%2C23.344%2019.952%2C23.587%2020.378%2C23.587%20L22.628%2C23.587%20L22.845%2C22.793%20L21.673%2C22.793%20C21.375%2C22.814%2021.266%2C22.722%2021.349%2C22.518%20L21.683%2C21.299%20L23.121%2C21.299%20L23.355%2C20.444%20L21.917%2C20.444%20L22.143%2C19.618%20L23.620%2C19.618%20L23.855%2C18.763%20L20.180%2C18.763%20L19.947%2C19.618%20L20.825%2C19.618%20L20.600%2C20.444%20L19.681%2C20.444%20L19.447%2C21.299%20L20.366%2C21.299%20L19.939%2C22.855%20ZM16.617%2C14.721%20L17.767%2C14.721%20L18.670%2C10.531%20L17.518%2C10.531%20L16.617%2C14.721%20ZM17.881%2C9.004%20L17.663%2C10.021%20L18.826%2C10.021%20L19.044%2C9.004%20L17.881%2C9.004%20ZM23.024%2C10.855%20C22.723%2C10.566%2022.312%2C10.421%2021.794%2C10.421%20C21.161%2C10.421%2020.621%2C10.622%2020.173%2C11.022%20C19.725%2C11.421%2019.434%2C11.961%2019.297%2C12.642%20C19.277%2C12.738%2019.263%2C12.841%2019.252%2C12.948%20C19.241%2C13.052%2019.236%2C13.148%2019.236%2C13.233%20C19.237%2C13.726%2019.389%2C14.114%2019.691%2C14.402%20C19.992%2C14.687%2020.401%2C14.829%2020.921%2C14.829%20C21.549%2C14.829%2022.088%2C14.632%2022.537%2C14.238%20C22.985%2C13.847%2023.276%2C13.312%2023.409%2C12.642%20C23.428%2C12.540%2023.444%2C12.437%2023.457%2C12.329%20C23.468%2C12.223%2023.475%2C12.124%2023.475%2C12.038%20C23.475%2C11.539%2023.324%2C11.146%2023.024%2C10.855%20ZM22.325%2C12.574%20C22.237%2C13.018%2022.091%2C13.352%2021.888%2C13.572%20C21.685%2C13.794%2021.424%2C13.904%2021.104%2C13.904%20C20.859%2C13.904%2020.673%2C13.835%2020.541%2C13.695%20C20.409%2C13.554%2020.343%2C13.357%2020.343%2C13.100%20C20.342%2C13.041%2020.344%2C12.976%2020.352%2C12.906%20C20.361%2C12.838%2020.371%2C12.769%2020.384%2C12.700%20C20.476%2C12.248%2020.621%2C11.908%2020.827%2C11.684%20C21.031%2C11.459%2021.291%2C11.347%2021.610%2C11.347%20C21.852%2C11.347%2022.039%2C11.418%2022.170%2C11.561%20C22.302%2C11.703%2022.368%2C11.904%2022.368%2C12.162%20C22.368%2C12.223%2022.365%2C12.289%2022.358%2C12.360%20C22.350%2C12.432%2022.339%2C12.505%2022.325%2C12.574%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.225%2C2.902%20L14.505%2C10.499%20C14.228%2C10.582%2013.978%2C10.730%2013.762%2C10.962%20L13.612%2C11.134%20L13.731%2C10.529%20L12.692%2C10.529%20L11.853%2C14.722%20L12.924%2C14.722%20L13.400%2C12.314%20C13.462%2C12.011%2013.587%2C11.774%2013.776%2C11.602%20C13.924%2C11.469%2014.106%2C11.403%2014.307%2C11.375%20L10.749%2C27.100%20C10.387%2C28.686%2011.370%2C29.976%2012.947%2C30.000%20L2.261%2C30.000%20C0.991%2C29.981%200.107%2C29.139%20-0.000%2C27.983%20L-0.000%2C27.534%20C0.011%2C27.392%200.029%2C27.247%200.063%2C27.100%20L5.538%2C2.902%20C5.905%2C1.298%207.960%2C0.000%209.564%2C0.000%20L20.186%2C0.003%20C18.591%2C0.036%2016.585%2C1.319%2016.225%2C2.902%20ZM10.847%2C7.682%20L9.882%2C12.324%20C9.797%2C12.733%209.608%2C13.048%209.318%2C13.269%20C9.029%2C13.492%208.656%2C13.603%208.203%2C13.603%20C7.809%2C13.603%207.526%2C13.491%207.351%2C13.265%20C7.232%2C13.113%207.173%2C12.918%207.174%2C12.680%20C7.173%2C12.573%207.184%2C12.453%207.214%2C12.324%20L8.175%2C7.682%20L6.703%2C7.682%20L5.729%2C12.378%20C5.682%2C12.606%205.658%2C12.819%205.658%2C13.017%20C5.658%2C13.495%205.797%2C13.891%206.076%2C14.203%20C6.479%2C14.641%207.110%2C14.860%207.971%2C14.860%20C8.885%2C14.860%209.633%2C14.646%2010.212%2C14.219%20C10.796%2C13.785%2011.173%2C13.173%2011.336%2C12.378%20L12.311%2C7.682%20L10.847%2C7.682%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-cup {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.7%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%200.5%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M46.927%2C2.912%20L41.453%2C27.110%20C41.099%2C28.663%2039.588%2C29.923%2038.034%2C30.000%20L25.874%2C30.000%20C24.295%2C29.976%2023.314%2C28.686%2023.675%2C27.100%20L24.476%2C23.556%20L25.019%2C23.556%20L25.210%2C22.855%20L24.691%2C22.855%20C24.666%2C22.855%2024.658%2C22.842%2024.639%2C22.837%20L25.187%2C20.413%20L27.798%2C20.413%20C28.356%2C20.413%2028.673%2C20.230%2028.747%2C19.862%20L29.636%2C16.645%20L27.310%2C16.645%20C26.680%2C16.645%2025.987%2C17.165%2025.987%2C17.165%20L26.045%2C16.664%20L26.035%2C16.664%20L26.474%2C14.722%20L27.449%2C14.722%20L28.019%2C11.867%20C28.114%2C11.414%2028.058%2C11.061%2027.864%2C10.805%20C27.757%2C10.666%2027.606%2C10.572%2027.427%2C10.509%20L29.148%2C2.902%20C29.509%2C1.330%2031.490%2C0.056%2033.080%2C0.008%20C33.088%2C0.008%2033.097%2C0.006%2033.106%2C0.006%20C33.106%2C0.006%2033.108%2C0.006%2033.109%2C0.006%20L44.684%2C0.009%20C46.289%2C0.009%2047.294%2C1.310%2046.927%2C2.912%20ZM27.691%2C20.656%20L27.597%2C20.992%20C27.597%2C21.093%2027.517%2C21.145%2027.356%2C21.145%20L27.037%2C21.145%20L27.059%2C20.627%20L25.860%2C20.627%20L25.769%2C23.007%20C25.764%2C23.414%2025.962%2C23.606%2026.366%2C23.587%20L27.805%2C23.587%20L27.999%2C22.886%20L27.399%2C22.886%20C27.134%2C22.886%2027.006%2C22.814%2027.017%2C22.672%20L27.020%2C21.786%20L27.659%2C21.786%20C28.144%2C21.765%2028.442%2C21.553%2028.554%2C21.145%20L28.688%2C20.656%20L27.691%2C20.656%20ZM34.992%2C23.593%20C35.323%2C23.614%2035.568%2C23.481%2035.728%2C23.196%20L36.403%2C22.188%20L36.600%2C23.135%20C36.618%2C23.441%2036.836%2C23.583%2037.259%2C23.562%20L38.075%2C23.562%20L38.317%2C22.707%20L38.087%2C22.707%20C37.930%2C22.707%2037.838%2C22.657%2037.818%2C22.554%20L37.646%2C21.516%20L36.904%2C21.516%20L37.247%2C20.997%20L38.764%2C20.997%20L39.016%2C20.113%20L37.655%2C20.113%20L37.889%2C19.289%20L39.251%2C19.289%20L39.502%2C18.403%20L35.223%2C18.403%20L34.970%2C19.289%20L36.449%2C19.289%20L36.214%2C20.113%20L34.736%2C20.113%20L34.484%2C20.997%20L35.846%2C20.997%20L34.790%2C22.524%20C34.670%2C22.667%2034.537%2C22.738%2034.377%2C22.738%20L33.989%2C22.738%20L33.746%2C23.593%20L34.992%2C23.593%20ZM37.442%2C17.303%20L37.209%2C17.303%20C37.052%2C17.303%2036.978%2C17.244%2036.987%2C17.120%20L36.931%2C16.633%20L35.610%2C16.633%20L35.656%2C17.700%20C35.673%2C18.006%2035.864%2C18.148%2036.235%2C18.129%20L37.206%2C18.129%20L37.442%2C17.303%20ZM29.383%2C23.196%20L32.069%2C23.196%20L31.955%2C23.593%20L33.316%2C23.593%20L33.430%2C23.196%20L33.703%2C23.196%20L33.963%2C22.281%20L33.690%2C22.281%20L35.001%2C17.671%20L35.274%2C17.671%20L35.550%2C16.694%20C35.550%2C16.694%2034.330%2C16.694%2033.813%2C16.694%20C33.295%2C16.694%2032.577%2C17.052%2032.577%2C17.052%20L32.638%2C16.694%20L31.232%2C16.694%20L30.955%2C17.671%20L31.226%2C17.671%20L29.914%2C22.281%20L29.645%2C22.281%20L29.383%2C23.196%20ZM34.578%2C9.445%20C34.578%2C8.957%2034.424%2C8.582%2034.117%2C8.320%20C33.808%2C8.062%2033.359%2C7.930%2032.778%2C7.930%20L29.757%2C7.930%20L28.362%2C14.722%20L29.765%2C14.722%20L30.266%2C12.267%20L31.886%2C12.267%20C32.539%2C12.267%2033.106%2C12.069%2033.585%2C11.676%20C34.062%2C11.282%2034.371%2C10.762%2034.504%2C10.116%20C34.529%2C9.997%2034.549%2C9.884%2034.563%2C9.771%20C34.572%2C9.658%2034.578%2C9.553%2034.578%2C9.460%20L34.578%2C9.445%20ZM37.422%2C10.872%20L36.934%2C11.207%20C36.424%2C10.808%2035.958%2C10.562%2035.060%2C10.978%20C33.836%2C11.545%2032.814%2C15.893%2036.183%2C14.461%20L36.375%2C14.688%20L37.701%2C14.722%20L38.571%2C10.771%20L37.422%2C10.872%20ZM42.097%2C10.531%20L40.884%2C13.361%20L40.815%2C10.531%20L40.168%2C10.531%20L39.396%2C10.541%20L39.763%2C15.053%20C39.455%2C15.666%2038.916%2C17.049%2037.918%2C17.356%20L37.816%2C18.075%20C39.002%2C18.120%2039.493%2C17.532%2039.742%2C17.280%20C39.990%2C17.024%2040.413%2C16.475%2040.856%2C15.533%20L43.326%2C10.531%20L42.097%2C10.531%20ZM35.607%2C13.956%20C35.235%2C13.841%2035.101%2C13.235%2035.317%2C12.606%20C35.530%2C11.977%2036.009%2C11.564%2036.378%2C11.682%20C36.751%2C11.797%2036.885%2C12.403%2036.668%2C13.032%20C36.455%2C13.659%2035.979%2C14.074%2035.607%2C13.956%20ZM33.094%2C10.097%20C33.021%2C10.433%2032.888%2C10.681%2032.687%2C10.844%20C32.484%2C11.004%2032.206%2C11.086%2031.856%2C11.086%20L30.512%2C11.086%20L30.922%2C9.094%20L32.063%2C9.094%20C32.435%2C9.094%2032.704%2C9.147%2032.876%2C9.258%20C33.047%2C9.367%2033.133%2C9.541%2033.133%2C9.782%20C33.133%2C9.829%2033.127%2C9.878%2033.122%2C9.927%20C33.113%2C9.978%2033.106%2C10.034%2033.094%2C10.097%20ZM32.480%2C21.333%20L32.211%2C22.281%20L31.160%2C22.281%20L31.431%2C21.333%20L32.480%2C21.333%20ZM31.947%2C19.503%20L33.001%2C19.503%20C33.001%2C19.503%2032.867%2C19.943%2032.732%2C20.448%20C32.267%2C20.476%2031.589%2C20.810%2031.589%2C20.810%20L31.947%2C19.503%20ZM32.471%2C17.671%20L33.521%2C17.671%20C33.521%2C17.671%2033.369%2C18.182%2033.253%2C18.617%20C32.725%2C18.684%2032.113%2C18.918%2032.113%2C18.918%20L32.471%2C17.671%20ZM27.848%2C18.183%20C27.848%2C18.183%2027.190%2C18.174%2026.614%2C18.183%20C26.036%2C18.192%2025.690%2C18.442%2025.690%2C18.442%20L25.939%2C17.573%20L28.015%2C17.573%20L27.848%2C18.183%20ZM27.513%2C19.404%20C27.502%2C19.547%2027.416%2C19.608%2027.263%2C19.587%20L25.386%2C19.587%20L25.560%2C18.947%20L27.640%2C18.947%20L27.513%2C19.404%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.544%2C22.672%20L25.161%2C20.413%20L25.187%2C20.413%20L24.639%2C22.837%20C24.557%2C22.818%2024.515%2C22.770%2024.544%2C22.672%20ZM29.148%2C2.902%20L27.427%2C10.509%20C27.279%2C10.457%2027.113%2C10.423%2026.914%2C10.423%20C26.432%2C10.423%2026.022%2C10.601%2025.684%2C10.962%20L25.537%2C11.134%20L25.655%2C10.529%20L24.614%2C10.529%20L23.776%2C14.722%20L24.845%2C14.722%20L25.324%2C12.314%20C25.383%2C12.011%2025.508%2C11.774%2025.698%2C11.602%20C25.888%2C11.433%2026.119%2C11.347%2026.394%2C11.347%20C26.617%2C11.347%2026.769%2C11.411%2026.853%2C11.539%20C26.935%2C11.667%2026.949%2C11.867%2026.896%2C12.134%20L26.379%2C14.722%20L26.474%2C14.722%20L26.035%2C16.664%20L24.812%2C16.664%20L23.067%2C23.099%20C22.984%2C23.404%2023.194%2C23.556%2023.700%2C23.556%20L24.476%2C23.556%20L23.675%2C27.100%20C23.314%2C28.686%2024.295%2C29.976%2025.874%2C30.000%20L12.947%2C30.000%20C11.370%2C29.976%2010.387%2C28.686%2010.749%2C27.100%20L14.307%2C11.375%20C14.362%2C11.367%2014.411%2C11.347%2014.470%2C11.347%20C14.694%2C11.347%2014.849%2C11.411%2014.931%2C11.539%20C15.013%2C11.667%2015.028%2C11.867%2014.974%2C12.134%20L14.457%2C14.722%20L15.526%2C14.722%20L16.098%2C11.867%20C16.191%2C11.414%2016.137%2C11.061%2015.942%2C10.805%20C15.744%2C10.550%2015.429%2C10.423%2014.991%2C10.423%20C14.814%2C10.423%2014.658%2C10.473%2014.500%2C10.521%20L16.225%2C2.902%20C16.585%2C1.319%2018.591%2C0.036%2020.186%2C0.003%20L28.478%2C0.005%20L33.080%2C0.008%20C31.490%2C0.056%2029.509%2C1.330%2029.148%2C2.902%20ZM24.285%2C17.184%20L22.608%2C17.184%20L22.899%2C16.670%20L21.500%2C16.670%20L20.978%2C17.451%20C20.920%2C17.573%2020.796%2C17.635%2020.611%2C17.635%20L20.410%2C17.635%20L20.184%2C18.459%20L21.223%2C18.459%20C21.564%2C18.479%2021.846%2C18.316%2022.076%2C17.971%20L24.072%2C17.971%20L24.285%2C17.184%20ZM19.939%2C22.855%20C19.805%2C23.344%2019.952%2C23.587%2020.378%2C23.587%20L22.628%2C23.587%20L22.845%2C22.793%20L21.673%2C22.793%20C21.375%2C22.814%2021.266%2C22.722%2021.349%2C22.518%20L21.683%2C21.299%20L23.121%2C21.299%20L23.355%2C20.444%20L21.917%2C20.444%20L22.143%2C19.618%20L23.620%2C19.618%20L23.855%2C18.763%20L20.180%2C18.763%20L19.947%2C19.618%20L20.825%2C19.618%20L20.600%2C20.444%20L19.681%2C20.444%20L19.447%2C21.299%20L20.366%2C21.299%20L19.939%2C22.855%20ZM16.617%2C14.721%20L17.767%2C14.721%20L18.670%2C10.531%20L17.518%2C10.531%20L16.617%2C14.721%20ZM17.881%2C9.004%20L17.663%2C10.021%20L18.826%2C10.021%20L19.044%2C9.004%20L17.881%2C9.004%20ZM23.024%2C10.855%20C22.723%2C10.566%2022.312%2C10.421%2021.794%2C10.421%20C21.161%2C10.421%2020.621%2C10.622%2020.173%2C11.022%20C19.725%2C11.421%2019.434%2C11.961%2019.297%2C12.642%20C19.277%2C12.738%2019.263%2C12.841%2019.252%2C12.948%20C19.241%2C13.052%2019.236%2C13.148%2019.236%2C13.233%20C19.237%2C13.726%2019.389%2C14.114%2019.691%2C14.402%20C19.992%2C14.687%2020.401%2C14.829%2020.921%2C14.829%20C21.549%2C14.829%2022.088%2C14.632%2022.537%2C14.238%20C22.985%2C13.847%2023.276%2C13.312%2023.409%2C12.642%20C23.428%2C12.540%2023.444%2C12.437%2023.457%2C12.329%20C23.468%2C12.223%2023.475%2C12.124%2023.475%2C12.038%20C23.475%2C11.539%2023.324%2C11.146%2023.024%2C10.855%20ZM22.325%2C12.574%20C22.237%2C13.018%2022.091%2C13.352%2021.888%2C13.572%20C21.685%2C13.794%2021.424%2C13.904%2021.104%2C13.904%20C20.859%2C13.904%2020.673%2C13.835%2020.541%2C13.695%20C20.409%2C13.554%2020.343%2C13.357%2020.343%2C13.100%20C20.342%2C13.041%2020.344%2C12.976%2020.352%2C12.906%20C20.361%2C12.838%2020.371%2C12.769%2020.384%2C12.700%20C20.476%2C12.248%2020.621%2C11.908%2020.827%2C11.684%20C21.031%2C11.459%2021.291%2C11.347%2021.610%2C11.347%20C21.852%2C11.347%2022.039%2C11.418%2022.170%2C11.561%20C22.302%2C11.703%2022.368%2C11.904%2022.368%2C12.162%20C22.368%2C12.223%2022.365%2C12.289%2022.358%2C12.360%20C22.350%2C12.432%2022.339%2C12.505%2022.325%2C12.574%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.225%2C2.902%20L14.505%2C10.499%20C14.228%2C10.582%2013.978%2C10.730%2013.762%2C10.962%20L13.612%2C11.134%20L13.731%2C10.529%20L12.692%2C10.529%20L11.853%2C14.722%20L12.924%2C14.722%20L13.400%2C12.314%20C13.462%2C12.011%2013.587%2C11.774%2013.776%2C11.602%20C13.924%2C11.469%2014.106%2C11.403%2014.307%2C11.375%20L10.749%2C27.100%20C10.387%2C28.686%2011.370%2C29.976%2012.947%2C30.000%20L2.261%2C30.000%20C0.991%2C29.981%200.107%2C29.139%20-0.000%2C27.983%20L-0.000%2C27.534%20C0.011%2C27.392%200.029%2C27.247%200.063%2C27.100%20L5.538%2C2.902%20C5.905%2C1.298%207.960%2C0.000%209.564%2C0.000%20L20.186%2C0.003%20C18.591%2C0.036%2016.585%2C1.319%2016.225%2C2.902%20ZM10.847%2C7.682%20L9.882%2C12.324%20C9.797%2C12.733%209.608%2C13.048%209.318%2C13.269%20C9.029%2C13.492%208.656%2C13.603%208.203%2C13.603%20C7.809%2C13.603%207.526%2C13.491%207.351%2C13.265%20C7.232%2C13.113%207.173%2C12.918%207.174%2C12.680%20C7.173%2C12.573%207.184%2C12.453%207.214%2C12.324%20L8.175%2C7.682%20L6.703%2C7.682%20L5.729%2C12.378%20C5.682%2C12.606%205.658%2C12.819%205.658%2C13.017%20C5.658%2C13.495%205.797%2C13.891%206.076%2C14.203%20C6.479%2C14.641%207.110%2C14.860%207.971%2C14.860%20C8.885%2C14.860%209.633%2C14.646%2010.212%2C14.219%20C10.796%2C13.785%2011.173%2C13.173%2011.336%2C12.378%20L12.311%2C7.682%20L10.847%2C7.682%20Z%22%20transform%3D%22translate(4.5%2013)%22%20class%3D%22cls-3%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-cup {
  display: inline-block;
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-mir:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2056%2056%22%20enable-background%3D%22new%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%2320AA4D%22%20d%3D%22M31.2%2C21.8l-3.5%2C7.6h-0.3V20h-5.1v15.7h4.3c1.1%2C0%2C2.1-0.6%2C2.5-1.6l3.5-7.6h0.3V36H38V20.2h-4.3%0A%09C32.6%2C20.2%2C31.7%2C20.8%2C31.2%2C21.8%20M12.3%2C22.3l-2.1%2C7.3H9.9l-2.1-7.3c-0.3-1.3-1.4-2.1-2.7-2.1H0V36h5.1v-9.4h0.3L8.3%2C36H12l2.9-9.4%0A%09h0.3V36h5.1V20.2h-5.1C13.9%2C20.2%2C12.8%2C21%2C12.3%2C22.3%20M40.3%2C27.4V36h5.1v-5.1h5.4c2.4%2C0%2C4.3-1.4%2C5.1-3.7L40.3%2C27.4L40.3%2C27.4z%22%2F%3E%0A%3Cpath%20fill%3D%22%23008BCE%22%20d%3D%22M39.5%2C20.2c0.6%2C3.7%2C3.8%2C6.5%2C7.8%2C6.5l0%2C0h8.6c0-0.3%2C0.2-0.6%2C0.2-1.1l0%2C0c0-3-2.4-5.4-5.4-5.4l0%2C0H39.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-mir:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2056%2056%22%20enable-background%3D%22new%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%2320AA4D%22%20d%3D%22M31.2%2C21.8l-3.5%2C7.6h-0.3V20h-5.1v15.7h4.3c1.1%2C0%2C2.1-0.6%2C2.5-1.6l3.5-7.6h0.3V36H38V20.2h-4.3%0A%09C32.6%2C20.2%2C31.7%2C20.8%2C31.2%2C21.8%20M12.3%2C22.3l-2.1%2C7.3H9.9l-2.1-7.3c-0.3-1.3-1.4-2.1-2.7-2.1H0V36h5.1v-9.4h0.3L8.3%2C36H12l2.9-9.4%0A%09h0.3V36h5.1V20.2h-5.1C13.9%2C20.2%2C12.8%2C21%2C12.3%2C22.3%20M40.3%2C27.4V36h5.1v-5.1h5.4c2.4%2C0%2C4.3-1.4%2C5.1-3.7L40.3%2C27.4L40.3%2C27.4z%22%2F%3E%0A%3Cpath%20fill%3D%22%23008BCE%22%20d%3D%22M39.5%2C20.2c0.6%2C3.7%2C3.8%2C6.5%2C7.8%2C6.5l0%2C0h8.6c0-0.3%2C0.2-0.6%2C0.2-1.1l0%2C0c0-3-2.4-5.4-5.4-5.4l0%2C0H39.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-mir:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2056%2056%22%20enable-background%3D%22new%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.2%2C21.8l-3.5%2C7.6h-0.3V20h-5.1v15.7h4.3c1.1%2C0%2C2.1-0.6%2C2.5-1.6l3.5-7.6h0.3V36H38V20.2h-4.3%0A%09C32.6%2C20.2%2C31.7%2C20.8%2C31.2%2C21.8%20M12.3%2C22.3l-2.1%2C7.3H9.9l-2.1-7.3c-0.3-1.3-1.4-2.1-2.7-2.1H0V36h5.1v-9.4h0.3L8.3%2C36H12l2.9-9.4%0A%09h0.3V36h5.1V20.2h-5.1C13.9%2C20.2%2C12.8%2C21%2C12.3%2C22.3%20M40.3%2C27.4V36h5.1v-5.1h5.4c2.4%2C0%2C4.3-1.4%2C5.1-3.7L40.3%2C27.4L40.3%2C27.4z%0A%09%20M39.5%2C20.2c0.6%2C3.7%2C3.8%2C6.5%2C7.8%2C6.5l0%2C0h8.6c0-0.3%2C0.2-0.6%2C0.2-1.1l0%2C0c0-3-2.4-5.4-5.4-5.4l0%2C0H39.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-mir:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2056%2056%22%20enable-background%3D%22new%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.2%2C21.8l-3.5%2C7.6h-0.3V20h-5.1v15.7h4.3c1.1%2C0%2C2.1-0.6%2C2.5-1.6l3.5-7.6h0.3V36H38V20.2h-4.3%0A%09C32.6%2C20.2%2C31.7%2C20.8%2C31.2%2C21.8%20M12.3%2C22.3l-2.1%2C7.3H9.9l-2.1-7.3c-0.3-1.3-1.4-2.1-2.7-2.1H0V36h5.1v-9.4h0.3L8.3%2C36H12l2.9-9.4%0A%09h0.3V36h5.1V20.2h-5.1C13.9%2C20.2%2C12.8%2C21%2C12.3%2C22.3%20M40.3%2C27.4V36h5.1v-5.1h5.4c2.4%2C0%2C4.3-1.4%2C5.1-3.7L40.3%2C27.4L40.3%2C27.4z%0A%09%20M39.5%2C20.2c0.6%2C3.7%2C3.8%2C6.5%2C7.8%2C6.5l0%2C0h8.6c0-0.3%2C0.2-0.6%2C0.2-1.1l0%2C0c0-3-2.4-5.4-5.4-5.4l0%2C0H39.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-mir {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/mir-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-mir {
  content: ' ';
  display: block;
  background-image: url("images/card-icons/color/mir-full.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-mir {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-mir {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2056%2056%22%20enable-background%3D%22new%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.2%2C21.8l-3.5%2C7.6h-0.3V20h-5.1v15.7h4.3c1.1%2C0%2C2.1-0.6%2C2.5-1.6l3.5-7.6h0.3V36H38V20.2h-4.3%0A%09C32.6%2C20.2%2C31.7%2C20.8%2C31.2%2C21.8%20M12.3%2C22.3l-2.1%2C7.3H9.9l-2.1-7.3c-0.3-1.3-1.4-2.1-2.7-2.1H0V36h5.1v-9.4h0.3L8.3%2C36H12l2.9-9.4%0A%09h0.3V36h5.1V20.2h-5.1C13.9%2C20.2%2C12.8%2C21%2C12.3%2C22.3%20M40.3%2C27.4V36h5.1v-5.1h5.4c2.4%2C0%2C4.3-1.4%2C5.1-3.7L40.3%2C27.4L40.3%2C27.4z%0A%09%20M39.5%2C20.2c0.6%2C3.7%2C3.8%2C6.5%2C7.8%2C6.5l0%2C0h8.6c0-0.3%2C0.2-0.6%2C0.2-1.1l0%2C0c0-3-2.4-5.4-5.4-5.4l0%2C0H39.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-mir {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2056%2056%22%20enable-background%3D%22new%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.2%2C21.8l-3.5%2C7.6h-0.3V20h-5.1v15.7h4.3c1.1%2C0%2C2.1-0.6%2C2.5-1.6l3.5-7.6h0.3V36H38V20.2h-4.3%0A%09C32.6%2C20.2%2C31.7%2C20.8%2C31.2%2C21.8%20M12.3%2C22.3l-2.1%2C7.3H9.9l-2.1-7.3c-0.3-1.3-1.4-2.1-2.7-2.1H0V36h5.1v-9.4h0.3L8.3%2C36H12l2.9-9.4%0A%09h0.3V36h5.1V20.2h-5.1C13.9%2C20.2%2C12.8%2C21%2C12.3%2C22.3%20M40.3%2C27.4V36h5.1v-5.1h5.4c2.4%2C0%2C4.3-1.4%2C5.1-3.7L40.3%2C27.4L40.3%2C27.4z%0A%09%20M39.5%2C20.2c0.6%2C3.7%2C3.8%2C6.5%2C7.8%2C6.5l0%2C0h8.6c0-0.3%2C0.2-0.6%2C0.2-1.1l0%2C0c0-3-2.4-5.4-5.4-5.4l0%2C0H39.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-mir {
  display: inline-block;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-blue .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-blue.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-blue.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-blue.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-blue .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-blue.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-blue.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-blue.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-orange .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-orange.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-orange .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-orange.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-gold .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-gold.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-gold .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-gold.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-green .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-green.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-green.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-green.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-green .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-green.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-green.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-green.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-black .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-black.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-black.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-black.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-black .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-black.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-black.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-black.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 77, tmp/styles/ipsIcons.less */
.ui-icon-visa:after,
.ui-icon-inline-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 81, tmp/styles/ipsIcons.less */
.invert .ui-icon-visa:after,
.invert .ui-icon-inline-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 77, tmp/styles/ipsIcons.less */
.ui-icon-maestro:after,
.ui-icon-inline-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 81, tmp/styles/ipsIcons.less */
.invert .ui-icon-maestro:after,
.invert .ui-icon-inline-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-orange .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-orange.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-orange .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-orange.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-orange.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-gold .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-gold.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-gold .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-gold.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-gold.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-forest-green .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-forest-green.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-forest-green.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-forest-green.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-forest-green .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-forest-green.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-forest-green.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-forest-green.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-platinum .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-platinum.ui-icon-card-visa:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-platinum.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-platinum.ui-icon-card-visa.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-visa,
.status-user_blocked .ui-icon-inline-colored-full-visa,
.status-inprogress .ui-icon-inline-colored-full-visa,
.status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-visa,
.invert .status-user_blocked .ui-icon-inline-colored-full-visa,
.invert .status-inprogress .ui-icon-inline-colored-full-visa,
.invert .status-first_production .ui-icon-inline-colored-full-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 41, tmp/styles/ipsIcons.less */
.color-platinum .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 46, tmp/styles/ipsIcons.less */
.color-platinum.ui-icon-card-maestro:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 51, tmp/styles/ipsIcons.less */
.color-platinum.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 54, tmp/styles/ipsIcons.less */
.invert .color-platinum.ui-icon-card-maestro.status-inactive:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 66, tmp/styles/ipsIcons.less */
.status-blocked .ui-icon-inline-colored-full-maestro,
.status-user_blocked .ui-icon-inline-colored-full-maestro,
.status-inprogress .ui-icon-inline-colored-full-maestro,
.status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 69, tmp/styles/ipsIcons.less */
.invert .status-blocked .ui-icon-inline-colored-full-maestro,
.invert .status-user_blocked .ui-icon-inline-colored-full-maestro,
.invert .status-inprogress .ui-icon-inline-colored-full-maestro,
.invert .status-first_production .ui-icon-inline-colored-full-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 77, tmp/styles/ipsIcons.less */
.ui-icon-visa:after,
.ui-icon-inline-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%231A1F70%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 81, tmp/styles/ipsIcons.less */
.invert .ui-icon-visa:after,
.invert .ui-icon-inline-visa {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 77, tmp/styles/ipsIcons.less */
.ui-icon-maestro:after,
.ui-icon-inline-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4v-1.2H21v9.5h2.1%0A%09%09v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3H36.1z%20M47.7%2C86%0A%09%09v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%20M40%2C86%0A%09%09c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 81, tmp/styles/ipsIcons.less */
.invert .ui-icon-maestro:after,
.invert .ui-icon-inline-maestro {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20118%2092%22%20enable-background%3D%22new%200%200%20118%2092%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.1%2C90.7v-6c0-2.2-1.4-3.8-3.7-3.8c-1.2%2C0-2.5%2C0.4-3.3%2C1.7c-0.7-1.1-1.7-1.7-3.1-1.7c-1%2C0-2%2C0.3-2.8%2C1.4%0A%09%09v-1.2H21v9.5h2.1v-5.3c0-1.7%2C0.9-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3h2.1v-5.3c0-1.7%2C1-2.5%2C2.3-2.5c1.4%2C0%2C2.1%2C0.9%2C2.1%2C2.5v5.3%0A%09%09H36.1z%20M47.7%2C86v-4.8h-2.1v1.2C45%2C81.5%2C44%2C81%2C42.7%2C81c-2.7%2C0-4.8%2C2.1-4.8%2C5c0%2C2.9%2C2.1%2C5%2C4.8%2C5c1.4%2C0%2C2.3-0.5%2C3-1.4v1.2h2.1V86z%0A%09%09%20M40%2C86c0-1.7%2C1.1-3%2C2.9-3c1.7%2C0%2C2.9%2C1.3%2C2.9%2C3c0%2C1.7-1.2%2C3-2.9%2C3C41.1%2C89%2C40%2C87.6%2C40%2C86z%20M92%2C81c0.7%2C0%2C1.4%2C0.1%2C2%2C0.4%0A%09%09c0.6%2C0.3%2C1.2%2C0.6%2C1.6%2C1.1c0.5%2C0.4%2C0.8%2C1%2C1.1%2C1.6c0.3%2C0.6%2C0.4%2C1.3%2C0.4%2C2c0%2C0.7-0.1%2C1.4-0.4%2C2c-0.3%2C0.6-0.6%2C1.1-1.1%2C1.6%0A%09%09c-0.5%2C0.4-1%2C0.8-1.6%2C1.1S92.7%2C91%2C92%2C91s-1.4-0.1-2-0.4c-0.6-0.3-1.2-0.6-1.6-1.1c-0.5-0.4-0.8-1-1.1-1.6c-0.3-0.6-0.4-1.3-0.4-2%0A%09%09c0-0.7%2C0.1-1.4%2C0.4-2c0.3-0.6%2C0.6-1.1%2C1.1-1.6c0.5-0.4%2C1-0.8%2C1.6-1.1C90.6%2C81.1%2C91.2%2C81%2C92%2C81z%20M92%2C82.9c-0.4%2C0-0.8%2C0.1-1.2%2C0.2%0A%09%09c-0.4%2C0.1-0.7%2C0.4-0.9%2C0.6c-0.3%2C0.3-0.5%2C0.6-0.6%2C1C89.1%2C85.1%2C89%2C85.5%2C89%2C86c0%2C0.4%2C0.1%2C0.9%2C0.2%2C1.2c0.2%2C0.4%2C0.4%2C0.7%2C0.6%2C1%0A%09%09c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.6c0.4%2C0.1%2C0.8%2C0.2%2C1.2%2C0.2s0.8-0.1%2C1.2-0.2c0.4-0.1%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.5-0.6%2C0.6-1%0A%09%09c0.2-0.4%2C0.2-0.8%2C0.2-1.2c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.4-0.4-0.7-0.6-1c-0.3-0.3-0.6-0.5-0.9-0.6C92.8%2C83%2C92.4%2C82.9%2C92%2C82.9z%0A%09%09%20M59%2C86c0-3-1.8-5-4.5-5c-2.8%2C0-4.7%2C2-4.7%2C5c0%2C3%2C2%2C5%2C4.9%2C5c1.4%2C0%2C2.7-0.4%2C3.9-1.3l-1-1.5c-0.8%2C0.6-1.8%2C1-2.8%2C1%0A%09%09c-1.3%2C0-2.5-0.6-2.8-2.3h7.1C59%2C86.5%2C59%2C86.2%2C59%2C86z%20M51.9%2C85.1c0.2-1.4%2C1.1-2.3%2C2.5-2.3c1.3%2C0%2C2.2%2C0.8%2C2.4%2C2.3H51.9z%20M67.7%2C83.6%0A%09%09c-0.6-0.4-1.8-0.8-3-0.8c-1.1%2C0-1.8%2C0.4-1.8%2C1.1c0%2C0.6%2C0.7%2C0.8%2C1.6%2C0.9l1%2C0.1c2.1%2C0.3%2C3.3%2C1.2%2C3.3%2C2.8c0%2C1.8-1.6%2C3.1-4.3%2C3.1%0A%09%09c-1.6%2C0-3-0.4-4.1-1.2l1-1.6c0.7%2C0.5%2C1.7%2C1%2C3.2%2C1c1.4%2C0%2C2.2-0.4%2C2.2-1.2c0-0.5-0.5-0.8-1.7-1l-1-0.1c-2.1-0.3-3.3-1.3-3.3-2.8%0A%09%09c0-1.9%2C1.6-3%2C4-3c1.5%2C0%2C2.9%2C0.3%2C3.9%2C1L67.7%2C83.6z%20M77.6%2C83.1h-3.4v4.3c0%2C1%2C0.3%2C1.6%2C1.4%2C1.6c0.5%2C0%2C1.2-0.2%2C1.8-0.5l0.6%2C1.8%0A%09%09c-0.7%2C0.5-1.7%2C0.7-2.6%2C0.7c-2.4%2C0-3.3-1.3-3.3-3.5v-4.3h-1.9v-1.9h1.9l0-2.9h2.1l0%2C2.9h3.4V83.1z%20M84.8%2C81c0.4%2C0%2C1%2C0.1%2C1.5%2C0.3%0A%09%09l-0.6%2C1.9c-0.4-0.2-0.9-0.2-1.3-0.2c-1.4%2C0-2%2C0.9-2%2C2.4v5.3h-2.1v-9.5h2v1.2C82.8%2C81.5%2C83.6%2C81%2C84.8%2C81L84.8%2C81z%22%2F%3E%0A%09%3Crect%20x%3D%2243.3%22%20y%3D%228.7%22%20fill%3D%22%237572AE%22%20width%3D%2231.4%22%20height%3D%2256.4%22%2F%3E%0A%09%3Cpath%20id%3D%22XMLID_8_%22%20fill%3D%22%23D22E2C%22%20d%3D%22M45.3%2C36.8c0-11.4%2C5.4-21.6%2C13.7-28.2C52.9%2C3.9%2C45.2%2C1%2C36.8%2C1C17%2C1%2C1%2C17%2C1%2C36.8%0A%09%09s16%2C35.8%2C35.8%2C35.8c8.4%2C0%2C16.1-2.9%2C22.2-7.7C50.7%2C58.5%2C45.3%2C48.3%2C45.3%2C36.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23149FDA%22%20d%3D%22M117%2C36.8c0%2C19.8-16%2C35.8-35.8%2C35.8c-8.4%2C0-16.1-2.9-22.2-7.7c8.3-6.6%2C13.7-16.7%2C13.7-28.2%0A%09%09c0-11.4-5.4-21.6-13.7-28.2C65.1%2C3.9%2C72.8%2C1%2C81.2%2C1C101%2C1%2C117%2C17%2C117%2C36.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/buttons.less */
a.ui-btn,
.ui-input-btn.ui-btn {
  display: inline-block;
  color: black;
  background: transparent;
  margin: 0.5em 0 0.5em 0;
  line-height: 12px;
  padding: 12px;
  border-radius: 3px;
}
/* line 20, tmp/styles/buttons.less */
a.ui-btn:active,
.ui-input-btn.ui-btn:active {
  color: #999;
}
/* line 24, tmp/styles/buttons.less */
a.ui-btn.ui-state-disabled,
.ui-input-btn.ui-btn.ui-state-disabled {
  color: #CCC !important;
  background: #788287 !important;
  cursor: auto;
}
/* line 30, tmp/styles/buttons.less */
a.ui-btn.btn-sec,
.ui-input-btn.ui-btn.btn-sec {
  border: solid 1px black;
  padding: 11px 12px;
}
/* line 33, tmp/styles/buttons.less */
.invert a.ui-btn.btn-sec,
.invert .ui-input-btn.ui-btn.btn-sec {
  color: black;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 40, tmp/styles/buttons.less */
a.ui-btn.btn-sec,
.ui-input-btn.ui-btn.btn-sec,
a.ui-btn.btn-link,
.ui-input-btn.ui-btn.btn-link {
  margin: 0;
}
/* line 45, tmp/styles/buttons.less */
.ui-datebox-container .ui-controlgroup-controls a.ui-btn,
.ui-datebox-container .ui-controlgroup-controls .ui-input-btn.ui-btn,
diva.ui-btn,
div.ui-input-btn.ui-btn,
a.ui-btn.btn-submit,
.ui-input-btn.ui-btn.btn-submit {
  color: black;
  background: #E7E300;
  min-width: 4em;
}
/* line 53, tmp/styles/buttons.less */
a.ui-btn.btn-small,
.ui-input-btn.ui-btn.btn-small {
  font-size: 75%;
  min-width: 6em;
  margin: 0 8px 5px 0;
}
/* line 57, tmp/styles/buttons.less */
a.ui-btn.btn-small.ui-icon-delete:after,
.ui-input-btn.ui-btn.btn-small.ui-icon-delete:after {
  margin: 0;
  right: 4px;
  top: 8px;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
/* line 67, tmp/styles/buttons.less */
a.ui-btn.ui-btn-icon-left,
.ui-input-btn.ui-btn.ui-btn-icon-left {
  padding-left: 36px;
}
/* line 69, tmp/styles/buttons.less */
a.ui-btn.ui-btn-icon-left:after,
.ui-input-btn.ui-btn.ui-btn-icon-left:after {
  left: 4px;
}
/* line 74, tmp/styles/buttons.less */
a.ui-btn.ui-btn-icon-right,
.ui-input-btn.ui-btn.ui-btn-icon-right {
  padding-right: 36px;
}
/* line 76, tmp/styles/buttons.less */
a.ui-btn.ui-btn-icon-right:after,
.ui-input-btn.ui-btn.ui-btn-icon-right:after {
  right: 4px;
}
/* line 79, tmp/styles/buttons.less */
a.ui-btn.ui-btn-icon-right.ui-li,
.ui-input-btn.ui-btn.ui-btn-icon-right.ui-li {
  padding-right: inherit;
}
/* line 85, tmp/styles/buttons.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls {
  width: 100%;
}
/* line 88, tmp/styles/buttons.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls a.ui-btn.ui-first-child,
.ui-controlgroup-horizontal .ui-controlgroup-controls a.ui-btn.ui-last-child {
  border-radius: 3px;
}
/* line 93, tmp/styles/buttons.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls a.ui-btn.ui-last-child {
  border-right-width: 1px;
  border-radius: 3px;
}
/* line 97, tmp/styles/buttons.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls a.ui-btn,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-input-btn.ui-btn {
  margin: 0;
}
/* line 101, tmp/styles/buttons.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls a.ui-btn:not(:first-child),
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-input-btn.ui-btn:not(:first-child) {
  margin-left: 0.5em;
}
/* line 107, tmp/styles/buttons.less */
.button-group {
  margin-top: 0.5em;
  text-align: center;
}
/* line 110, tmp/styles/buttons.less */
.button-group .ui-btn,
.button-group .ui-btn.btn-sec,
.button-group .ui-btn.btn-link {
  margin: 4px 0.25em;
}
/* line 117, tmp/styles/buttons.less */
div.submit {
  text-align: center;
}
/* line 121, tmp/styles/buttons.less */
.ui-btn-down {
  opacity: 0.5;
}
/* line 127, tmp/styles/buttons.less */
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-notext:after {
  margin-top: -14px;
}
@media (min-width: 28em) {
  /* line 7, tmp/styles/forms.less */
  .ui-field-contain > label ~ [class*="ui-"],
  .ui-field-contain .ui-controlgroup-controls {
    width: 100%;
  }
}
/* line 13, tmp/styles/forms.less */
input,
textarea,
keygen,
select,
button,
isindex {
  color: black;
}
/* line 18, tmp/styles/forms.less */
.error input,
.error textarea,
.error keygen,
.error select,
.error button,
.error isindex {
  color: #e1421d;
}
/* line 24, tmp/styles/forms.less */
.invert input,
.invert textarea,
.invert keygen,
.invert button,
.invert isindex {
  color: black;
}
/* line 29, tmp/styles/forms.less */
.do-update-balance {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 27px;
  top: 4px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 37, tmp/styles/forms.less */
.invert .do-update-balance {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 43, tmp/styles/forms.less */
form .ui-input-text,
form .ui-select > .ui-btn {
  right: 0;
}
/* line 47, tmp/styles/forms.less */
form .ui-input-search {
  left: 0;
}
/* line 52, tmp/styles/forms.less */
form .ui-field-contain:not(.ui-hide-label) > .ui-input-text,
form .ui-field-contain:not(.ui-hide-label) > .static-value {
  top: 40px;
}
/* line 58, tmp/styles/forms.less */
form .ui-field-contain:not(.ui-hide-label) .field-contain > .ui-input-text,
form .ui-field-contain:not(.ui-hide-label) .field-contain > .ui-controlgroup {
  position: absolute;
  top: 32px;
}
/* line 64, tmp/styles/forms.less */
form .ui-input-text:not(textarea),
form .ui-input-search,
form .ui-select > .ui-btn,
form .ui-field-contain .static-value {
  position: absolute;
  width: 100%;
  border: 0;
}
/* line 71, tmp/styles/forms.less */
.invert form .ui-input-text:not(textarea),
.invert form .ui-input-search,
.invert form .ui-select > .ui-btn,
.invert form .ui-field-contain .static-value {
  color: black;
  border-color: #E0E1E3;
}
/* line 76, tmp/styles/forms.less */
form .ui-input-text:not(textarea).ui-focus,
form .ui-input-search.ui-focus,
form .ui-select > .ui-btn.ui-focus,
form .ui-field-contain .static-value.ui-focus {
  border-color: #E0E1E3;
}
/* line 78, tmp/styles/forms.less */
.invert form .ui-input-text:not(textarea).ui-focus,
.invert form .ui-input-search.ui-focus,
.invert form .ui-select > .ui-btn.ui-focus,
.invert form .ui-field-contain .static-value.ui-focus {
  border-color: #E0E1E3;
}
/* line 82, tmp/styles/forms.less */
form .ui-input-text:not(textarea).error,
form .ui-input-search.error,
form .ui-select > .ui-btn.error,
form .ui-field-contain .static-value.error {
  border-color: #e1421d;
}
/* line 83, tmp/styles/forms.less */
form .ui-input-text:not(textarea).error input,
form .ui-input-search.error input,
form .ui-select > .ui-btn.error input,
form .ui-field-contain .static-value.error input {
  color: black;
}
/* line 90, tmp/styles/forms.less */
form .ui-field-contain .static-value {
  position: initial;
  margin-top: 30px;
  box-sizing: border-box;
}
/* line 95, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container {
  position: absolute;
  margin-top: 0;
}
/* line 99, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container .balance-value,
form .ui-field-contain .static-value.balance-value-container .balance-icons {
  display: inline-block;
}
/* line 104, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container .balance-icons {
  padding-right: 4px;
}
/* line 109, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container .balance-value.error {
  overflow: visible;
}
/* line 113, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container .balance-value,
form .ui-field-contain .static-value.balance-value-container .balance-value .amount {
  font-size: 18px;
}
/* line 119, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container .balance-icon-update {
  display: block;
}
/* line 123, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container .balance-icon-loader {
  padding-left: 24px;
  top: 8px;
  display: none;
}
/* line 130, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container.updating .balance-value,
form .ui-field-contain .static-value.balance-value-container.updating .balance-icon-update {
  display: none;
}
/* line 134, tmp/styles/forms.less */
form .ui-field-contain .static-value.balance-value-container.updating .balance-icon-loader {
  display: block;
}
/* line 140, tmp/styles/forms.less */
form .ui-field-contain .static-value,
.invert form .ui-field-contain .static-value {
  color: #999;
  font-size: 18px;
}
/* line 63, tmp/styles/typo.less */
.invert form .ui-field-contain .static-value,
.invert .invert form .ui-field-contain .static-value {
  color: #999;
}
/* line 146, tmp/styles/forms.less */
form .ui-field-contain .static-value + .tooltip-link {
  top: auto;
  bottom: 2px;
}
/* line 151, tmp/styles/forms.less */
form .ui-field-contain .static-value.branch-input {
  color: black;
  top: 0;
  margin-top: 0;
}
/* line 158, tmp/styles/forms.less */
form .field-contain {
  position: relative;
  min-height: 60px;
}
/* line 161, tmp/styles/forms.less */
form .field-contain.ui-hide-label {
  min-height: 28px;
}
/* line 166, tmp/styles/forms.less */
form .ui-field-select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 172, tmp/styles/forms.less */
form .ui-field-select.has-tooltip .ui-select {
  padding-left: 36px;
  box-sizing: border-box;
}
/* line 177, tmp/styles/forms.less */
form .ui-field-select.has-tooltip .tooltip-link {
  top: auto;
  bottom: 2px;
}
/* line 184, tmp/styles/forms.less */
form .ui-field-contain > .ui-select,
form .field-contain > .ui-select {
  position: static;
  width: 100%;
}
/* line 189, tmp/styles/forms.less */
form .ui-field-contain > .ui-select .ui-btn,
form .field-contain > .ui-select .ui-btn {
  position: relative;
}
/* line 194, tmp/styles/forms.less */
form .ui-field-contain:not(.ui-hide-label) > .ui-select {
  top: 40px;
}
/* line 198, tmp/styles/forms.less */
form .ui-field-contain > .field-contain > .ui-select {
  top: 32px;
  right: 0;
}
/* line 204, tmp/styles/forms.less */
form .license-block {
  width: 100%;
}
/* line 207, tmp/styles/forms.less */
form .license-block .license-text {
  white-space: pre-line;
  color: black;
  float: left;
  width: 100%;
  text-align: right;
}
/* line 215, tmp/styles/forms.less */
form .license-block .ui-flipswitch {
  float: right;
}
/* line 221, tmp/styles/forms.less */
form.ui-filterable {
  overflow: hidden;
}
/* line 226, tmp/styles/forms.less */
.pre-content .ui-select .ui-btn > span,
.pre-content .ui-select .ui-btn,
.pre-content .ui-input-text input,
.pre-content .ui-input-search input,
.pre-content .static-value {
  text-align: left;
}
/* line 235, tmp/styles/forms.less */
::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
/* line 238, tmp/styles/forms.less */
.invert ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 243, tmp/styles/forms.less */
.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
  font-size: 0;
  border: 1px solid #E0E1E3;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  margin: -1px 0 0 0;
}
/* line 252, tmp/styles/forms.less */
.ui-header .ui-field-contain,
.ui-header .ui-mobile fieldset.ui-field-contain {
  padding: 8px 0;
}
/* line 256, tmp/styles/forms.less */
.invert .ui-field-contain,
.invert .ui-mobile fieldset.ui-field-contain {
  border-color: #E0E1E3;
}
/* line 260, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row),
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row) {
  min-height: 60px;
}
/* line 262, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field,
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field {
  min-height: 100px;
}
/* line 265, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field.card-number-extended-field,
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field.card-number-extended-field {
  transition: min-height 1s;
  overflow: hidden;
}
/* line 270, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content,
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content {
  position: absolute;
  top: 80px;
  right: 0;
}
/* line 275, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info,
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info {
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info,
.invert .ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info {
  color: #999;
}
/* line 278, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info.error,
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info.error {
  color: #e1421d;
}
/* line 282, tmp/styles/forms.less */
.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info.loading:after,
.ui-mobile fieldset.ui-field-contain:not(.ui-hide-label):not(.ui-one-row).extended-field .extended-content .card-extra-info.loading:after {
  top: 24px;
}
/* line 290, tmp/styles/forms.less */
.ui-field-contain.ui-hide-label,
.ui-mobile fieldset.ui-field-contain.ui-hide-label {
  min-height: 28px;
}
/* line 294, tmp/styles/forms.less */
.ui-field-contain.error,
.ui-mobile fieldset.ui-field-contain.error {
  z-index: 100;
  border-color: #e1421d;
}
/* line 298, tmp/styles/forms.less */
.ui-field-contain:last-child,
.ui-mobile fieldset.ui-field-contain:last-child {
  border-bottom-width: 1px;
}
/* line 300, tmp/styles/forms.less */
.pre-content .ui-field-contain:last-child,
.pre-content .ui-mobile fieldset.ui-field-contain:last-child {
  border-bottom-width: 0;
}
/* line 305, tmp/styles/forms.less */
.ui-field-contain label ~ [class*="ui-"],
.ui-mobile fieldset.ui-field-contain label ~ [class*="ui-"],
.ui-field-contain > [class*="ui-"],
.ui-mobile fieldset.ui-field-contain > [class*="ui-"] {
  margin: 0;
}
/* line 311, tmp/styles/forms.less */
.ui-field-contain .ui-btn,
.ui-mobile fieldset.ui-field-contain .ui-btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 316, tmp/styles/forms.less */
.ui-field-contain .ui-date-edit,
.ui-mobile fieldset.ui-field-contain .ui-date-edit {
  position: absolute;
  top: -16px;
  right: -8px;
}
/* line 322, tmp/styles/forms.less */
.ui-field-contain .has-datepicker,
.ui-mobile fieldset.ui-field-contain .has-datepicker {
  padding-right: 32px;
}
/* line 330, tmp/styles/forms.less */
.ui-field-contain > label,
.field-contain > label,
.ui-mobile fieldset.ui-field-contain > label,
.ui-field-contain .input-label,
.field-contain .input-label,
.ui-mobile fieldset.ui-field-contain .input-label,
.ui-field-contain .field-label label,
.field-contain .field-label label,
.ui-mobile fieldset.ui-field-contain .field-label label,
.ui-field-contain .ui-mobile label,
.field-contain .ui-mobile label,
.ui-mobile fieldset.ui-field-contain .ui-mobile label {
  font-size: 14px;
  color: #999;
  float: none;
  text-align: left;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-field-contain > label,
.invert .field-contain > label,
.invert .ui-mobile fieldset.ui-field-contain > label,
.invert .ui-field-contain .input-label,
.invert .field-contain .input-label,
.invert .ui-mobile fieldset.ui-field-contain .input-label,
.invert .ui-field-contain .field-label label,
.invert .field-contain .field-label label,
.invert .ui-mobile fieldset.ui-field-contain .field-label label,
.invert .ui-field-contain .ui-mobile label,
.invert .field-contain .ui-mobile label,
.invert .ui-mobile fieldset.ui-field-contain .ui-mobile label {
  color: #999;
}
/* line 345, tmp/styles/forms.less */
.ui-field-contain.active,
.field-contain.active,
.ui-mobile fieldset.ui-field-contain.active {
  z-index: 100;
}
/* line 347, tmp/styles/forms.less */
.ui-field-contain.active:not(.error),
.field-contain.active:not(.error),
.ui-mobile fieldset.ui-field-contain.active:not(.error) {
  border-color: #E0E1E3;
}
/* line 349, tmp/styles/forms.less */
.invert .ui-field-contain.active:not(.error),
.invert .field-contain.active:not(.error),
.invert .ui-mobile fieldset.ui-field-contain.active:not(.error) {
  border-color: #E0E1E3;
}
/* line 353, tmp/styles/forms.less */
.ui-field-contain.active label:not(.error),
.field-contain.active label:not(.error),
.ui-mobile fieldset.ui-field-contain.active label:not(.error) {
  color: black;
}
/* line 356, tmp/styles/forms.less */
.invert .ui-field-contain.active label:not(.error),
.invert .field-contain.active label:not(.error),
.invert .ui-mobile fieldset.ui-field-contain.active label:not(.error) {
  color: black;
}
/* line 362, tmp/styles/forms.less */
.ui-field-contain .cvv-input-container,
.field-contain .cvv-input-container,
.ui-mobile fieldset.ui-field-contain .cvv-input-container {
  width: 0;
  overflow: hidden;
}
/* line 366, tmp/styles/forms.less */
.ui-field-contain .cvv-input-container label,
.field-contain .cvv-input-container label,
.ui-mobile fieldset.ui-field-contain .cvv-input-container label {
  text-align: right;
}
/* line 370, tmp/styles/forms.less */
.ui-field-contain .cvv-help-link-container,
.field-contain .cvv-help-link-container,
.ui-mobile fieldset.ui-field-contain .cvv-help-link-container {
  min-width: 28px;
}
/* line 375, tmp/styles/forms.less */
form .ui-field-contain--row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto !important;
  border: none;
}
/* line 380, tmp/styles/forms.less */
form .ui-field-contain--row label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 385, tmp/styles/forms.less */
form .ui-field-contain--row .static-value {
  margin-top: 0;
}
/* line 391, tmp/styles/forms.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn.ui-last-child {
  border-right-width: 0;
}
/* line 395, tmp/styles/forms.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-input-text {
  float: left;
  clear: none;
  margin-right: 0.5em;
}
/* line 400, tmp/styles/forms.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select:last-child,
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-input-text:last-child {
  margin-right: 0;
}
/* line 405, tmp/styles/forms.less */
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select .ui-btn {
  position: static;
}
/* line 410, tmp/styles/forms.less */
.ui-controlgroup-controls .ui-btn-icon-notext {
  padding: 0.5em;
}
/* line 414, tmp/styles/forms.less */
.scan-card-link,
.contacts-book-link {
  content: ' ';
  position: absolute;
  top: 40px;
  right: 0;
  width: 28px !important;
}
/* line 422, tmp/styles/forms.less */
.ui-hide-label .scan-card-link,
.ui-hide-label .contacts-book-link {
  top: initial;
  bottom: 10px;
}
/* line 428, tmp/styles/forms.less */
.ui-mobile .add-auth-container {
  margin-top: 20px;
  display: none;
}
/* line 432, tmp/styles/forms.less */
.ui-mobile .add-auth-container .align-center {
  line-height: 0;
}
/* line 436, tmp/styles/forms.less */
.ui-mobile .add-auth-container .countdown {
  line-height: 36px;
}
/* line 440, tmp/styles/forms.less */
.ui-mobile .add-auth-container:first-child {
  margin-top: 0;
}
/* line 443, tmp/styles/forms.less */
.ui-mobile .add-auth-container:first-child .auth-methods-container {
  margin-top: 0;
}
/* line 449, tmp/styles/forms.less */
.form-description {
  margin-bottom: 20px;
  white-space: initial;
}
/* line 453, tmp/styles/forms.less */
.invert .form-description {
  color: #999;
}
/* line 457, tmp/styles/forms.less */
.form-description ul li {
  list-style: disc;
  list-style-position: inside;
}
/* line 466, tmp/styles/forms.less */
form .form-description a,
form .license-block .license-text a,
form .ui-field-contain .static-value a {
  color: black;
  text-decoration: underline;
}
/* line 473, tmp/styles/forms.less */
.ui-one-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
}
/* line 482, tmp/styles/forms.less */
.ui-one-row.error {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: none;
}
/* line 486, tmp/styles/forms.less */
.ui-one-row.error label.error {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  border-top: 1px solid #e1421d;
  padding: 0;
  margin: 12px 0 0 0;
  min-height: 40px;
}
/* line 495, tmp/styles/forms.less */
.ui-one-row.error .field-label label {
  color: #e1421d;
}
/* line 500, tmp/styles/forms.less */
.ui-one-row .subrgoup-title {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  width: 100%;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-one-row .subrgoup-title {
  color: #999;
}
/* line 509, tmp/styles/forms.less */
.ui-one-row .field-label,
.ui-one-row .field-value {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  white-space: normal;
  width: 49%;
  overflow: hidden;
}
/* line 517, tmp/styles/forms.less */
.ui-one-row .field-label .ui-field-contain,
.ui-one-row .field-value .ui-field-contain {
  border: none;
  margin: 0;
  min-height: unset;
  padding: 0;
}
/* line 525, tmp/styles/forms.less */
.ui-one-row .field-label {
  margin-right: 4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
/* line 532, tmp/styles/forms.less */
.ui-one-row .field-label.checkbox-small {
  width: 90%;
}
/* line 536, tmp/styles/forms.less */
.ui-one-row .field-label.radio-small {
  width: 100%;
}
/* line 540, tmp/styles/forms.less */
.ui-one-row .field-label.checkbox-small .ui-checkbox,
.ui-one-row .field-label.radio-small .ui-radio {
  margin: 0;
}
/* line 544, tmp/styles/forms.less */
.ui-one-row .field-label.checkbox-small .ui-checkbox label,
.ui-one-row .field-label.radio-small .ui-radio label {
  padding-left: 32px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  color: black;
}
/* line 555, tmp/styles/forms.less */
.ui-one-row .field-value {
  text-align: right;
}
/* line 558, tmp/styles/forms.less */
.ui-one-row .field-value,
.ui-one-row .field-value span {
  font-size: 18px;
  line-height: 28px;
}
/* line 563, tmp/styles/forms.less */
.ui-one-row .field-value > div,
.ui-one-row .field-value .amount-input-wrapper > div {
  position: relative;
  margin: 0;
}
/* line 569, tmp/styles/forms.less */
.ui-one-row .field-value .cancelable-amount-input-container {
  text-align: right;
  white-space: nowrap;
}
/* line 573, tmp/styles/forms.less */
.ui-one-row .field-value .cancelable-amount-input-container input {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}
/* line 579, tmp/styles/forms.less */
.ui-one-row .field-value .cancelable-amount-input-container .amount-edit-cancel {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  left: -25px;
}
/* line 588, tmp/styles/forms.less */
.ui-one-row .field-value .date-input-container {
  text-align: right;
  white-space: nowrap;
}
/* line 592, tmp/styles/forms.less */
.ui-one-row .field-value .date-input-container input {
  display: inline-block;
  padding-right: 24px;
  vertical-align: middle;
}
/* line 598, tmp/styles/forms.less */
.ui-one-row .field-value .date-input-container .ui-date-edit {
  top: -12px;
  right: -12px;
}
/* line 604, tmp/styles/forms.less */
.ui-one-row .field-value .measured-input-container {
  text-align: right;
  white-space: nowrap;
}
/* line 608, tmp/styles/forms.less */
.ui-one-row .field-value .measured-input-container input {
  display: inline-block;
  max-width: 50%;
}
/* line 613, tmp/styles/forms.less */
.ui-one-row .field-value .measured-input-container .measure-unit {
  display: inline-block;
  padding-left: 4px;
  font-size: 18px;
  line-height: 28px;
}
/* line 622, tmp/styles/forms.less */
.ui-one-row .notes-list {
  width: 100%;
}
/* line 625, tmp/styles/forms.less */
.ui-one-row .notes-list li {
  text-align: right;
}
/* line 627, tmp/styles/forms.less */
.ui-one-row .notes-list li,
.ui-one-row .notes-list li span {
  font-size: 14px;
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-one-row .notes-list li,
.invert .ui-one-row .notes-list li span {
  color: #999;
}
/* line 635, tmp/styles/forms.less */
.ui-one-row.no-value .field-label {
  width: 100%;
  margin: 0;
}
/* line 646, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-label,
.ui-field-group .ui-field-group-header .field-value {
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
}
/* line 653, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-label {
  -webkit-line-clamp: 3;
  max-height: 84px;
}
/* line 657, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-label.noedit {
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-field-group .ui-field-group-header .field-label.noedit {
  color: #999;
}
/* line 661, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value {
  text-align: right;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
/* line 665, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-value {
  white-space: nowrap;
}
/* line 668, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-value .amount {
  font-size: 18px;
  line-height: 28px;
}
/* line 676, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value.amount-field-wrapper.noedit .amount {
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-field-group .ui-field-group-header .field-value.amount-field-wrapper.noedit .amount {
  color: #999;
}
/* line 683, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-field-wrapper .amount-value {
  display: inline;
}
/* line 686, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-field-wrapper .amount-value.noedit {
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-field-group .ui-field-group-header .field-value .amount-field-wrapper .amount-value.noedit {
  color: #999;
}
/* line 690, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-field-wrapper .amount-input-wrapper {
  display: none;
}
/* line 695, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-field-wrapper.edit-mode .amount-value {
  display: none;
}
/* line 698, tmp/styles/forms.less */
.ui-field-group .ui-field-group-header .field-value .amount-field-wrapper.edit-mode .amount-input-wrapper {
  display: block;
}
/* line 705, tmp/styles/forms.less */
.ui-field-group .ui-field-group-content {
  padding-left: 5%;
}
/* line 6, tmp/styles/inputs.less */
.ui-input-has-clear {
  padding: 0;
  margin-right: 28px;
}
/* line 11, tmp/styles/inputs.less */
.ui-hide-label > label:not(.error),
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label:not(.error),
.ui-hidden-accessible {
  display: none;
}
/* line 18, tmp/styles/inputs.less */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
  height: initial;
  clip: auto;
  top: 4px;
}
/* line 25, tmp/styles/inputs.less */
.ui-hide-label > label.error,
.ui-hide-label .ui-controlgroup-label.error,
.ui-hide-label .ui-rangeslider label.error,
.ui-hidden-accessible.error {
  top: 0;
}
/* line 30, tmp/styles/inputs.less */
.ui-input-clear:after,
.invert .ui-input-clear:after {
  top: 8px;
  right: 8px;
  margin: 0;
  left: initial;
}
/* line 38, tmp/styles/inputs.less */
.ui-select .ui-btn,
.ui-select select,
.ui-select span,
.ui-input-text input,
.ui-input-search input {
  font-size: 18px;
  padding: 0;
  min-height: 28px;
  line-height: 1.4em;
}
/* line 46, tmp/styles/inputs.less */
.ui-select .ui-btn.has-tooltip,
.ui-select select.has-tooltip,
.ui-select span.has-tooltip,
.ui-input-text input.has-tooltip,
.ui-input-search input.has-tooltip {
  padding-left: 28px;
}
/* line 51, tmp/styles/inputs.less */
.ui-select .ui-btn > span,
.ui-select .ui-btn,
.ui-input-text input,
.static-value {
  text-align: right;
}
/* line 56, tmp/styles/inputs.less */
.ui-select .ui-btn > span.amount,
.ui-select .ui-btn.amount,
.ui-input-text input.amount,
.static-value.amount {
  display: inline-block;
  padding-right: 8px;
  width: 70%;
}
/* line 60, tmp/styles/inputs.less */
.ui-select .ui-btn > span.amount.ui-hide-currency,
.ui-select .ui-btn.amount.ui-hide-currency,
.ui-input-text input.amount.ui-hide-currency,
.static-value.amount.ui-hide-currency {
  width: 100%;
}
/* line 64, tmp/styles/inputs.less */
.ui-select .ui-btn > span.scannable-card-input,
.ui-select .ui-btn.scannable-card-input,
.ui-input-text input.scannable-card-input,
.static-value.scannable-card-input,
.ui-select .ui-btn > span.contact-input,
.ui-select .ui-btn.contact-input,
.ui-input-text input.contact-input,
.static-value.contact-input {
  padding-right: 32px;
}
/* line 71, tmp/styles/inputs.less */
.ui-input-text.amount-input-container {
  text-align: right;
}
/* line 77, tmp/styles/inputs.less */
.ui-input-text.ui-input-has-clear:not(.has-value) .currency,
.ui-input-text.ui-input-has-clear:not(.has-value) .ui-input-clear {
  display: none;
}
/* line 81, tmp/styles/inputs.less */
.ui-input-text.ui-input-has-clear:not(.has-value) input {
  padding-right: 0;
}
/* line 86, tmp/styles/inputs.less */
.ui-input-search .ui-field-contain {
  padding-right: 28px;
}
/* line 90, tmp/styles/inputs.less */
.ui-select .ui-btn span {
  padding-right: 32px;
}
/* line 94, tmp/styles/inputs.less */
.ui-input-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 97, tmp/styles/inputs.less */
.ui-input-search:after {
  background-size: 1.5em;
  left: 0;
  top: initial;
  bottom: 0;
  opacity: 1;
}
/* line 104, tmp/styles/inputs.less */
.invert .ui-input-search:after {
  background-size: 1.5em;
}
/* line 108, tmp/styles/inputs.less */
.ui-input-search.loading:after {
  padding-left: 0;
}
/* line 111, tmp/styles/inputs.less */
.has-tooltip .ui-input-search:after {
  left: 28px;
}
/* line 115, tmp/styles/inputs.less */
.ui-input-search input {
  margin-left: 36px;
  padding-right: 64px;
  text-align: left;
}
/* line 122, tmp/styles/inputs.less */
.ui-select {
  margin: 0;
  padding: 0;
}
/* line 125, tmp/styles/inputs.less */
.ui-select .ui-icon-carat-d:after {
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
/* line 131, tmp/styles/inputs.less */
.ui-hide-label .ui-select {
  bottom: 0;
}
/* line 136, tmp/styles/inputs.less */
.ui-select .ui-icon-carat-d {
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
/* line 143, tmp/styles/inputs.less */
.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear,
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear {
  margin: 0;
  padding: 8px;
  top: initial;
  right: -8px;
  bottom: -8px;
}
/* line 150, tmp/styles/inputs.less */
.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear + .currency,
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear + .currency {
  margin-right: 32px;
}
/* line 155, tmp/styles/inputs.less */
.ui-field-contain textarea {
  border-radius: 3px;
  font-size: 20px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 2.2em;
  border: 0;
  height: 49px;
  text-align: right;
  background: transparent none;
  resize: none;
  transition: height 64ms ease;
}
/* line 170, tmp/styles/inputs.less */
.ui-field-contain.has-tooltip .tooltip-textarea-container {
  position: relative;
}
/* line 173, tmp/styles/inputs.less */
.ui-field-contain.has-tooltip .tooltip-textarea-container textarea.has-tooltip {
  padding-top: 4px;
  padding-left: 28px;
  padding-bottom: 0;
  margin-top: 12px;
}
/* line 181, tmp/styles/inputs.less */
.ui-field-contain.has-tooltip .tooltip-textarea-container span.tooltip-link {
  top: -2px;
}
/* line 190, tmp/styles/inputs.less */
.ui-input-text input:focus,
textarea.ui-input-text:focus,
.ui-input-search input:focus {
  color: black;
}
/* line 192, tmp/styles/inputs.less */
.invert .ui-input-text input:focus,
.invert textarea.ui-input-text:focus,
.invert .ui-input-search input:focus {
  color: black;
}
/* line 198, tmp/styles/inputs.less */
.ui-field-contain.slider-input {
  padding-top: 16px;
  border: 0;
}
/* line 202, tmp/styles/inputs.less */
.ui-field-contain.slider-input:not(.ui-hide-label) > .ui-input-text {
  top: 10px;
}
/* line 206, tmp/styles/inputs.less */
.ui-field-contain.slider-input .slider-container {
  margin-top: 24px;
}
/* line 213, tmp/styles/inputs.less */
label.currency,
.ui-mobile label.currency {
  color: #999;
  display: inline-block;
  font-size: 18px;
  text-align: right;
  margin: 0;
}
/* line 63, tmp/styles/typo.less */
.invert label.currency,
.invert .ui-mobile label.currency {
  color: #999;
}
/* line 222, tmp/styles/inputs.less */
.ui-input-has-clear label.currency,
.ui-input-has-clear .ui-mobile label.currency {
  right: 1.5em;
}
/* line 228, tmp/styles/inputs.less */
#securityCode,
input.cvv,
input.accessCode {
  -webkit-text-security: disc;
}
/* line 236, tmp/styles/inputs.less */
.ui-btn.ui-state-disabled,
.ui-input-text.ui-state-disabled {
  opacity: 0.5;
}
/* line 242, tmp/styles/inputs.less */
.group-date-fields .fields-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 245, tmp/styles/inputs.less */
.group-date-fields .ui-field-contain {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 249, tmp/styles/inputs.less */
.group-date-fields .ui-field-contain.from {
  padding-right: 10px;
}
/* line 252, tmp/styles/inputs.less */
.group-date-fields .ui-field-contain.to {
  padding-left: 10px;
  border-left: 1px solid #E0E1E3;
}
/* line 260, tmp/styles/inputs.less */
.ui-field-contain.radio-button-group-as-tabs {
  padding-bottom: 0;
}
/* line 263, tmp/styles/inputs.less */
.ui-field-contain.radio-button-group-as-tabs .radio-button-group-as-tabs__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 267, tmp/styles/inputs.less */
.ui-field-contain.radio-button-group-as-tabs .radio-button-group-as-tabs__input {
  display: none;
}
/* line 271, tmp/styles/inputs.less */
.ui-field-contain.radio-button-group-as-tabs .radio-button-group-as-tabs__label {
  width: 100%;
  border-bottom: 2px solid transparent;
  margin: 0;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 20px;
  color: #9d9d9d;
}
/* line 284, tmp/styles/inputs.less */
.ui-field-contain.radio-button-group-as-tabs :checked + .radio-button-group-as-tabs__label {
  border-bottom-color: #00503c;
  color: #00503c;
}
/*

@media only screen and (max-width: 767px) {
    .span_9_of_9 {
        width: 100%;
    }

    .span_8_of_9 {
        width: 100%;
    }

    .span_7_of_9 {
        width: 100%;
    }

    .span_6_of_9, .span_6_of_6 {
        width: 100%;
    }

    .span_5_of_9, .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_9, .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_3, .span_3_of_6, .span_3_of_9 {
        width: 100%;
        clear: both;
        margin-left: 0;
    }

    .span_2_of_3, .span_2_of_6, .span_2_of_9 {
        width: 66.1%;
    }

    .span_1_of_3, .span_1_of_6, .span_1_of_9 {
        width: 32.2%;
    }

    .span_1_of_9:nth-child(3n+1), .span_1_of_6:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
}

// 480px mobile landscape, 4 columns
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .span_9_of_9 {
        width: 100%;
    }

    .span_8_of_9 {
        width: 100%;
    }

    .span_7_of_9 {
        width: 100%;
    }

    .span_6_of_9 {
        width: 100%;
    }

    .span_5_of_9, .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_9, .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_9, .span_3_of_6 {
        width: 74.6%;
    }

    .span_2_of_9, .span_2_of_6 {
        width: 49.2%;
    }

    .span_1_of_9, .span_1_of_6 {
        width: 23.8%;
    }
}

// 768px tablet portrait, 6 columns
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .span_1_of_9:nth-child(6n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_3_of_9 {
        width: 49.2%;
    }

    .span_2_of_9 {
        width: 32.26%;
    }

    .span_1_of_9 {
        width: 15.33%;
    }

    //html {font-size: 12pt;}
}

// Any tabled: 768px and up
@media only screen and (min-width: 768px) {
// Side panel : display as block and do not dismiss when clicked on content
  .ui-responsive-panel .ui-panel-display-overlay {
    .box-shadow(none);
  }

  //.ui-responsive-panel .ui-panel-dismiss { //	display: none;  }
}

// Default: 960px tablet lanscape and desktop
// @media only screen and (min-width: 960px) {
// }

// Non-retina displays
@media only screen and
(-webkit-max-device-pixel-ratio: 1.3) {
    .logo {
        background-size: 64px;
        height: 64px;
    }
}
*/
@-webkit-keyframes highlight-dark {
  /* line 6, tmp/styles/effects.less */
  0% {
    background-color: #999;
  }
  /* line 7, tmp/styles/effects.less */
  50% {
    background-color: #595959;
  }
  /* line 8, tmp/styles/effects.less */
  100% {
    background-color: #999;
  }
}
/* line 11, tmp/styles/effects.less */
.highlight-dark {
  -webkit-animation: highlight-dark 0.3s;
}
@-webkit-keyframes highlight-light {
  /* line 16, tmp/styles/effects.less */
  0% {
    background-color: black;
  }
  /* line 17, tmp/styles/effects.less */
  50% {
    background-color: #404040;
  }
  /* line 18, tmp/styles/effects.less */
  100% {
    background-color: black;
  }
}
/* line 21, tmp/styles/effects.less */
.highlight-light {
  -webkit-animation: highlight-light 0.3s;
}
@-webkit-keyframes highlight-flash-effect {
  /* line 27, tmp/styles/effects.less */
  5% {
    color: #ff9b00;
  }
}
/* line 30, tmp/styles/effects.less */
.highlight-flash,
.highlight-flash > * {
  -webkit-animation: highlight-flash-effect 3s;
          animation: highlight-flash-effect 3s;
}
/* line 1, tmp/styles/tutorial.less */
.tutorial-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
/* line 10, tmp/styles/tutorial.less */
.tutorial-container .close-button {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 90vw;
  margin: 5vw;
  padding: 16px 0;
  border-radius: 8px;
  background: white;
  font-weight: bold;
  font-size: 20px;
  color: black;
}
/* line 26, tmp/styles/tutorial.less */
.tutorial-element-mask {
  position: absolute;
  box-shadow: 0 0 10px 10px #fff;
  border-radius: 10px;
}
/* line 32, tmp/styles/tutorial.less */
.tutorial-step-description {
  position: absolute;
  display: inline-block;
  max-width: 70%;
}
/* line 37, tmp/styles/tutorial.less */
.tutorial-step-description:empty {
  display: none;
}
/* line 42, tmp/styles/tutorial.less */
.fullscreen-tutorial-step {
  width: 100%;
  height: 100%;
  background: no-repeat top left;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 53, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .tutorial-step-description-wrapper {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 61, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .tutorial-step-description {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 50%;
  width: 90vw;
  height: 90vw;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
}
/* line 74, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .tutorial-step-description > * {
  min-height: 0;
}
/* line 79, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .step-icon-wrapper {
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 24px 0;
  box-sizing: border-box;
}
/* line 85, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .step-icon {
  background: no-repeat center center;
  background-size: contain;
  height: 100%;
}
/* line 91, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .step-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 98, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .step-text {
  font-size: 18px;
  padding: 0 40px;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* line 104, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .swiper-pagination {
  position: relative;
  margin-bottom: 24px;
}
/* line 109, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}
/* line 116, tmp/styles/tutorial.less */
.fullscreen-tutorial-step .swiper-pagination-bullet-active {
  background: black;
}
/* line 7, tmp/styles/widgets.less */
.progressbar {
  height: 4px;
  position: relative;
}
/* line 11, tmp/styles/widgets.less */
.progressbar .progressbar-value {
  position: absolute;
  left: 0;
  background: black;
  height: 100%;
  border-radius: 0;
}
/* line 19, tmp/styles/widgets.less */
.progressbar .progressbar-bg {
  width: 100%;
  position: absolute;
  right: 0;
  background: #999;
  opacity: 0.2;
  height: 100%;
}
/* line 32, tmp/styles/widgets.less */
html .ui-flipswitch,
html .ui-popup .ui-flipswitch,
html .ui-field-contain .ui-flipswitch,
html .ui-popup .ui-field-contain .ui-flipswitch {
  width: 60px;
  height: 32px;
  border: 0;
  border-radius: 1em;
  background-color: #999;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 40, tmp/styles/widgets.less */
html .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .ui-flipswitch.ui-flipswitch-active,
html .ui-field-contain .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
  background-color: black;
}
/* line 42, tmp/styles/widgets.less */
html .ui-flipswitch.ui-flipswitch-active .ui-flipswitch-on,
html .ui-popup .ui-flipswitch.ui-flipswitch-active .ui-flipswitch-on,
html .ui-field-contain .ui-flipswitch.ui-flipswitch-active .ui-flipswitch-on,
html .ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active .ui-flipswitch-on {
  float: right;
}
/* line 47, tmp/styles/widgets.less */
html .ui-flipswitch .ui-btn.ui-flipswitch-on,
html .ui-popup .ui-flipswitch .ui-btn.ui-flipswitch-on,
html .ui-field-contain .ui-flipswitch .ui-btn.ui-flipswitch-on,
html .ui-popup .ui-field-contain .ui-flipswitch .ui-btn.ui-flipswitch-on {
  border: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkIwMzNDN0MzQ0JCMTFFNDhEMEQ4MzEzOTAxOTk1NzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkIwMzNDN0QzQ0JCMTFFNDhEMEQ4MzEzOTAxOTk1NzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjRCNDcwQjNDQkIxMUU0OEQwRDgzMTM5MDE5OTU3MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjRCNDcwQzNDQkIxMUU0OEQwRDgzMTM5MDE5OTU3MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiPSoQAAAASHSURBVHjazJtbiE1RGMf3HoNhQoxxyT13E8Z1HlxfEA+SB0XCg5kiJaVEnhRSSolcyxDJC14kPLinNCSahpDrZNiY3DKDMf5/e21tZ86ZfVtr7fXV/6xz2Xvt9Tvf2mt967JtS5E1Nzf3QbIAmgYNgnpBnaF8IQf6Cf2APkNvoOfQHeiibdtvVZTLlgxZimQNNAvqEXC401pW4g+4AlUC/qExwIDMQ1IBrYUGRjjViXDsE+gQdArwv1MDBuwqJJug7jFOd2KcUwftAvRJrcAAnYjkMDQ8wf/lJDi3GloP8GrlwIDdhaQcapPwbnASnv8LOgDoHUqAAdoNyXlojKT2w5GUTxW0AuCfpQEDdhi7CqinxEbdkZhXLbQI0K8SAwOW/ec9qIvkLtGRnN8HaDagW803LwC2K5ItUL1lvnWEjqPMvWN5GCcWINkODRZfDY3Yz+r08Hfom3j/EloKT3+N6uG1PljaYxH6mWZ+WFp/aGekKg3vzkMyJctPpkFnwno2GQwVoaq0aKT2QO1auZCM6p20Sn8TwLmMA5MlqNpPgzxcHgBrgqe/BsDS2kKbW63SImScFPKiaUETtiHksWPBNDcrMH5g9V4e8eK6oaPAerZasLXw8HhoQIxC6IKOA0vjRMScbMALExRGNXRcWM+W/QcMl3N2YnTCQqmCTgpLGwHGQX4PT5dUONnQMmA9W+AHniqxkLKgZcLSZvAlH64utNxZRUsytJUgOJENS+sH1iJ6eJQlefYyoadVwHpRZRmBhylsXaNCq4L1bByB+yruP8NCq4b9W60J3FtD0BAErQOW1ovARZrCwlzQumBpXQlcoDEWzoTWCUtrz0Wt9ppHO16X1awZltbORt90N4UhHifcOJFfo/vC9PCPEAN+2bBUsfisE7qR93BjCrCesUscqfH6DQSuTwk2DegPBK7TcKHCHLC6od8Q+KUG2A4hjtMBXUvgewbA6oJ+ROBbok9MG1Y1NBlr8m3brkdfzGXG/gbA+qFld1nPuN7kzXhcNQhWladv8MUDPmMYrAroa/+A4WoG9A8Ng5UJ/QCM7/weph0zEFYW9GnvjR/4AvTaQNik0C+guy2A4XI22/sMhU0CfVSwtfAwoc9HCER0w8aBrgJTlf+LbOvDWy13MdlE2CjQHPYezPyyBbBYMT9kMGxY6CNgqQsEFtDcR3nbYNgg6JtgOJeVLWfg6S7BnPCFnLJhiyXm9doXhrKGbgRwQyRgAc0560rLXSOS7dliyfkR+jK0geODXAeF2XrIgnGfZZHhwJ+g0mz3beA9nHE/c3vR/JhBiS5j2Dg9CDaUh32e7sROHJpomIfvQ3MB+zHMwXlhc0WGXyDuA9lruZuz07YmaD/KVBYWNpKHM7xdYrn7GUtS8vAjaGVmFKUM2Ae+GMk6y30mSQfwe2gbQPfFLbOsx3gWWe6jPEMUAXO8vttyn3FI7zGeLPAjkKyAZlruurOdAJgt7yVoDyClzazaqloUsfeLO+AmiMCFfwAfxeNqZb4AbhIDFT6gwS7lGXQdOgvIWhXl+iPAACYOT1/JODd6AAAAAElFTkSuQmCC");
  background-size: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  color: black;
  color: transparent;
  line-height: 30px;
  min-height: 30px;
  height: 30px;
}
/* line 59, tmp/styles/widgets.less */
html .ui-flipswitch .ui-btn.ui-flipswitch-on:active,
html .ui-popup .ui-flipswitch .ui-btn.ui-flipswitch-on:active,
html .ui-field-contain .ui-flipswitch .ui-btn.ui-flipswitch-on:active,
html .ui-popup .ui-field-contain .ui-flipswitch .ui-btn.ui-flipswitch-on:active {
  color: transparent;
}
/* line 64, tmp/styles/widgets.less */
html .ui-flipswitch.ui-state-disabled,
html .ui-popup .ui-flipswitch.ui-state-disabled,
html .ui-field-contain .ui-flipswitch.ui-state-disabled,
html .ui-popup .ui-field-contain .ui-flipswitch.ui-state-disabled {
  background: #999 !important;
  pointer-events: none;
  opacity: 0.5;
}
/* line 75, tmp/styles/widgets.less */
html .flipswitch-small .ui-flipswitch,
html .ui-popup .flipswitch-small .ui-flipswitch,
html .ui-field-contain .flipswitch-small .ui-flipswitch,
html .ui-popup .ui-field-contain .flipswitch-small .ui-flipswitch,
html .ui-field-contain.flipswitch-small .ui-flipswitch,
html .ui-popup .ui-field-contain.flipswitch-small .ui-flipswitch {
  width: 36px;
  height: 20px;
  border-radius: 1em;
}
/* line 81, tmp/styles/widgets.less */
html .flipswitch-small .ui-btn.ui-flipswitch-on,
html .ui-popup .flipswitch-small .ui-btn.ui-flipswitch-on,
html .ui-field-contain .flipswitch-small .ui-btn.ui-flipswitch-on,
html .ui-popup .ui-field-contain .flipswitch-small .ui-btn.ui-flipswitch-on,
html .ui-field-contain.flipswitch-small .ui-btn.ui-flipswitch-on,
html .ui-popup .ui-field-contain.flipswitch-small .ui-btn.ui-flipswitch-on {
  background-size: 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  line-height: 18px;
  text-indent: -1.5em;
}
/* line 90, tmp/styles/widgets.less */
html .flipswitch-small .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .flipswitch-small .ui-flipswitch.ui-flipswitch-active,
html .ui-field-contain .flipswitch-small .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .ui-field-contain .flipswitch-small .ui-flipswitch.ui-flipswitch-active,
html .ui-field-contain.flipswitch-small .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .ui-field-contain.flipswitch-small .ui-flipswitch.ui-flipswitch-active {
  padding-left: 0;
}
/* line 98, tmp/styles/widgets.less */
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,
.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
  width: 2em;
  padding-left: 27.5px;
}
/* line 106, tmp/styles/widgets.less */
.flipswitch-no-titles .ui-flipswitch.mobile-flipswitch-disabled {
  opacity: 0.5;
}
/* line 109, tmp/styles/widgets.less */
.flipswitch-no-titles .ui-flipswitch .ui-btn.ui-flipswitch-on {
  text-indent: -1.6em;
}
/* line 112, tmp/styles/widgets.less */
.flipswitch-no-titles .ui-flipswitch .ui-flipswitch-off {
  position: absolute;
  text-indent: 999px;
}
/* line 118, tmp/styles/widgets.less */
.flipswitch-no-titles .flipswitch-description {
  line-height: 48px;
}
/* line 124, tmp/styles/widgets.less */
.flipswitch-no-titles.flipswitch-pay-by-bonus .flipswitch-description {
  margin-right: 68px;
}
/* line 127, tmp/styles/widgets.less */
.flipswitch-no-titles.flipswitch-pay-by-bonus .flipswitch-description .pay-by-bonus-description {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
/* line 133, tmp/styles/widgets.less */
.flipswitch-no-titles.flipswitch-pay-by-bonus .flipswitch-description .pay-by-bonus-description .action-title {
  line-height: normal;
  text-align: right;
}
/* line 142, tmp/styles/widgets.less */
ul li .flipswitch-no-titles {
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 148, tmp/styles/widgets.less */
.ui-field-contain.ui-hide-label .flipswitch-small .ui-flipswitch {
  margin: 4px 0;
}
/* line 152, tmp/styles/widgets.less */
.flipswitch-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 154, tmp/styles/widgets.less */
.flipswitch-field .flipswitch-description {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 24px;
}
/* line 158, tmp/styles/widgets.less */
.flipswitch-field .ui-flipswitch {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 164, tmp/styles/widgets.less */
li.ui-li-static.flipswitch,
li.ui-li-static .flipswitch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 167, tmp/styles/widgets.less */
li.ui-li-static.flipswitch .value,
li.ui-li-static .flipswitch .value {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 174, tmp/styles/widgets.less */
div.ui-slider-switch {
  border: 1px solid black;
  border-radius: 2em;
  height: 46px;
  width: 16em;
}
/* line 179, tmp/styles/widgets.less */
div.ui-slider-switch .ui-slider-label {
  line-height: 44px;
  text-align: left;
  text-indent: 3.5em;
}
/* line 185, tmp/styles/widgets.less */
.ui-slider-inneroffset {
  margin-left: 17px;
  margin-right: 30px;
}
/* line 189, tmp/styles/widgets.less */
.ui-slider-track .ui-btn.ui-slider-handle {
  border: 1px solid black;
  border-radius: 2em;
  width: 40px;
  height: 40px;
  top: 1px;
}
/* line 196, tmp/styles/widgets.less */
.slider-switch {
  text-align: center;
}
/* line 201, tmp/styles/widgets.less */
.swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 203, tmp/styles/widgets.less */
.swiper-button-prev,
.invert .swiper-button-prev {
  background-size: 40px;
  margin-top: -14px;
}
/* line 208, tmp/styles/widgets.less */
.swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 210, tmp/styles/widgets.less */
.swiper-button-next,
.invert .swiper-button-next {
  background-size: 40px;
  margin-top: -14px;
}
/* line 217, tmp/styles/widgets.less */
.tooltip-link,
.invert .tooltip-link {
  position: absolute;
  padding: 8px;
  top: -6px;
  left: -8px;
  background-position: 8px;
  cursor: pointer;
}
/* line 226, tmp/styles/widgets.less */
.ui-field-contain.ui-hide-label .tooltip-link,
.ui-field-contain.ui-hide-label .invert .tooltip-link,
.ui-mobile fieldset.ui-field-contain.ui-hide-label .tooltip-link,
.ui-mobile fieldset.ui-field-contain.ui-hide-label .invert .tooltip-link {
  top: -8px;
}
/* line 234, tmp/styles/widgets.less */
.ui-collapsible-inset {
  margin: 0;
}
/* line 236, tmp/styles/widgets.less */
.ui-collapsible-inset.ui-collapsible-collapsed {
  border-bottom: 1px solid #E0E1E3;
}
/* line 241, tmp/styles/widgets.less */
.ui-collapsible-inset .ui-collapsible-heading {
  height: 48px;
}
/* line 244, tmp/styles/widgets.less */
.ui-collapsible-inset .ui-collapsible-heading .ui-collapsible-heading-toggle {
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 252, tmp/styles/widgets.less */
.ui-collapsible-inset .ui-collapsible-content {
  border: 0;
  padding: 0;
}
/* line 259, tmp/styles/widgets.less */
.bottom-panel {
  color: black;
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 20px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px;
  -webkit-user-select: none;
}
/* line 268, tmp/styles/widgets.less */
.bottom-panel .control-container {
  position: relative;
}
/* line 271, tmp/styles/widgets.less */
.bottom-panel .control-container .control-container-title {
  display: inline-block;
  padding: 12px 0;
}
/* line 276, tmp/styles/widgets.less */
.bottom-panel .control-container .control-container-expander {
  display: inline-block;
  padding: 12px 0;
  padding-left: 28px;
  cursor: pointer;
}
/* line 280, tmp/styles/widgets.less */
.bottom-panel .control-container .control-container-expander:after {
  position: absolute;
  top: 8px;
  left: 0;
}
/* line 290, tmp/styles/widgets.less */
.ui-loader-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  z-index: 10000;
}
/* line 300, tmp/styles/widgets.less */
.ui-loading .ui-loader-overlay {
  display: block;
}
/* line 306, tmp/styles/widgets.less */
.inline-edit-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 49px;
  background: white;
  z-index: 1000;
  border: solid #E0E1E3;
  border-width: 1px 0;
  transition: top 300ms;
}
/* line 318, tmp/styles/widgets.less */
.inline-edit-container.loading {
  position: fixed;
  background: white;
  padding: 0;
}
/* line 323, tmp/styles/widgets.less */
.inline-edit-container.loading .inline-cancel-button,
.inline-edit-container.loading .inline-submit-button {
  display: none !important;
}
/* line 328, tmp/styles/widgets.less */
.inline-edit-container.loading:after {
  top: 20px;
  left: initial;
  right: 10px;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 340, tmp/styles/widgets.less */
.inline-edit-container .ui-btn.ui-state-disabled,
.inline-edit-container .ui-input-btn.ui-state-disabled {
  background: none !important;
  opacity: 0.3;
}
/* line 346, tmp/styles/widgets.less */
.inline-edit-container .inline-edit-error {
  height: 0;
  opacity: 0;
  text-align: center;
  border-top: 1px solid #E0E1E3;
  transition: height 100ms;
  font-size: 14px;
  color: #e1421d;
  box-sizing: border-box;
}
/* line 356, tmp/styles/widgets.less */
.inline-edit-container .inline-edit-error.visible {
  margin: 0 12px;
  padding-top: 8px;
  opacity: 1;
  height: 49px;
}
/* line 364, tmp/styles/widgets.less */
.inline-edit-container .inline-edit-content {
  width: 80%;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 46px;
  margin: auto;
  padding: 0;
}
/* line 371, tmp/styles/widgets.less */
.inline-edit-container .inline-edit-content .ui-field-contain {
  border: 0;
}
/* line 373, tmp/styles/widgets.less */
.inline-edit-container .inline-edit-content .ui-field-contain .ui-input-text input {
  text-align: center;
  font-size: 20px;
}
/* line 386, tmp/styles/widgets.less */
html .ui-checkbox .ui-btn,
html .ui-popup .ui-checkbox .ui-btn,
html .ui-radio .ui-btn,
html .ui-popup .ui-radio .ui-btn {
  padding: 8px 0 0 38px;
  min-height: 30px;
}
/* line 390, tmp/styles/widgets.less */
html .ui-checkbox .ui-btn:after,
html .ui-popup .ui-checkbox .ui-btn:after,
html .ui-radio .ui-btn:after,
html .ui-popup .ui-radio .ui-btn:after {
  margin-top: -16px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #999;
  box-sizing: border-box;
}
/* line 401, tmp/styles/widgets.less */
html .ui-checkbox input,
html .ui-popup .ui-checkbox input,
html .ui-radio input,
html .ui-popup .ui-radio input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  outline: 0;
  opacity: 0;
}
/* line 416, tmp/styles/widgets.less */
html .ui-checkbox .ui-btn.ui-checkbox-on:after,
html .ui-popup .ui-checkbox .ui-btn.ui-checkbox-on:after,
html .ui-radio .ui-btn.ui-radio-on:after,
html .ui-popup .ui-radio .ui-btn.ui-radio-on:after {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat black center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-color: black;
}
/* line 427, tmp/styles/widgets.less */
html .checkbox-small .ui-btn,
html .ui-popup .checkbox-small .ui-btn,
html .radio-small .ui-btn,
html .ui-popup .radio-small .ui-btn {
  padding: 0 0 0 26px;
  min-height: 18px;
}
/* line 431, tmp/styles/widgets.less */
html .checkbox-small .ui-btn:after,
html .ui-popup .checkbox-small .ui-btn:after,
html .radio-small .ui-btn:after,
html .ui-popup .radio-small .ui-btn:after {
  margin-top: -9px;
  width: 18px;
  height: 18px;
}
/* line 441, tmp/styles/widgets.less */
html .checkbox-small .ui-checkbox .ui-btn.ui-checkbox-on:after,
html .ui-popup .checkbox-small .ui-checkbox .ui-btn.ui-checkbox-on:after,
html .radio-small .ui-radio .ui-btn.ui-radio-on:after,
html .ui-popup .radio-small .ui-radio .ui-btn.ui-radio-on:after {
  width: 18px;
  height: 18px;
}
/* line 449, tmp/styles/widgets.less */
.accordion {
  position: relative;
  border-top: 1px solid #E0E1E3;
  border-bottom: 1px solid #E0E1E3;
  margin-top: -1px;
}
/* line 455, tmp/styles/widgets.less */
.accordion:after {
  top: 10px;
  margin-top: 0;
}
/* line 460, tmp/styles/widgets.less */
.accordion .accordion-title {
  position: relative;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 468, tmp/styles/widgets.less */
.accordion .accordion-title:after {
  top: 10px;
  margin-top: 0;
}
/* line 473, tmp/styles/widgets.less */
.accordion .accordion-title.loading:after {
  top: 14px;
}
/* line 477, tmp/styles/widgets.less */
.accordion .accordion-title.accordion-title-with-icon {
  padding-left: 36px;
}
/* line 480, tmp/styles/widgets.less */
.accordion .accordion-title.accordion-title-with-icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 28px;
  height: 28px;
  background: no-repeat center center;
  background-size: 28px;
}
/* line 493, tmp/styles/widgets.less */
.accordion .accordion-content {
  display: none;
}
/* line 499, tmp/styles/widgets.less */
.noUi-target {
  height: 2px;
  border: 0;
  background-color: #E0E1E3;
}
/* line 504, tmp/styles/widgets.less */
.noUi-target .noUi-base {
  position: absolute;
  top: -10px;
  height: 24px;
}
/* line 509, tmp/styles/widgets.less */
.noUi-target .noUi-base .noUi-connect {
  height: 2px;
  top: 10px;
  background-color: black;
  box-shadow: none;
}
/* line 516, tmp/styles/widgets.less */
.noUi-target .noUi-base .noUi-handle {
  width: 16px;
  height: 16px;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: black;
  top: 3px;
  left: -8px;
}
/* line 527, tmp/styles/widgets.less */
.noUi-target .noUi-base .noUi-handle:after,
.noUi-target .noUi-base .noUi-handle:before {
  content: none;
}
/* line 534, tmp/styles/widgets.less */
.noUi-target .noUi-pips {
  padding: 0;
  height: 6px;
  top: -2px;
}
/* line 539, tmp/styles/widgets.less */
.noUi-target .noUi-pips .noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
  background-color: black;
}
/* line 543, tmp/styles/widgets.less */
.noUi-target .noUi-pips .noUi-value {
  display: none;
}
/* line 550, tmp/styles/widgets.less */
.barcode-container {
  margin: -20px 0 0 0;
}
/* line 553, tmp/styles/widgets.less */
.barcode {
  display: block;
  margin: 16px auto;
  max-width: 100%;
}
/* line 558, tmp/styles/widgets.less */
.barcode-description {
  text-align: center;
  line-height: 20px;
  margin-top: 16px;
}
/* line 564, tmp/styles/widgets.less */
.templates-swiper-container {
  padding-bottom: 12px;
  display: none;
}
/* line 568, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper {
  padding-top: 24px;
  border-top: 1px solid #E0E1E3;
}
/* line 572, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link {
  text-align: center;
  width: 33.3%;
}
/* line 576, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link:active {
  opacity: 0.5;
}
/* line 580, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link .payment-icon {
  display: block;
  margin: 0 auto 12px;
}
/* line 585, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link .template-name {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
}
/* line 594, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link.no-image {
  background: no-repeat center top;
  background-size: 44px;
  padding-top: 56px;
}
/* line 599, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link.no-image .payment-icon {
  display: none;
}
/* line 603, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link.no-image.template-common {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Etemplate%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22Icons%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24%2C12l3.57%2C7.24%2C8%2C1.16L29.78%2C26l1.37%2C8L24%2C30.24%2C16.85%2C34l1.37-8L12.43%2C20.4l8-1.16Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Frame_48x48%22%3E%0A%20%20%20%20%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 607, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link.no-image.template-recurrent {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Erecurent%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22Icons%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M35%2C33a2%2C2%2C0%2C0%2C1-2%2C2H15a2%2C2%2C0%2C0%2C1-2-2V15a2%2C2%2C0%2C0%2C1%2C2-2H33a2%2C2%2C0%2C0%2C1%2C2%2C2ZM13%2C18H35M24%2C30V23l-2%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Frame_48x48%22%3E%0A%20%20%20%20%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 611, tmp/styles/widgets.less */
.templates-swiper-container .templates-swiper .template-link.no-image.template-threshold {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Eautopayment%3C%2Ftitle%3E%0A%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M11%2C35l2%2C2L30.29%2C19.71a1%2C1%2C0%2C0%2C0%2C0-1.42l-.58-.58a1%2C1%2C0%2C0%2C0-1.42%2C0Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2224%22%20y1%3D%2222%22%20x2%3D%2226%22%20y2%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2233%22%20y1%3D%2215%22%20x2%3D%2235%22%20y2%3D%2213%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2229%22%20y1%3D%2213%22%20x2%3D%2229%22%20y2%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2225%22%20y1%3D%2215%22%20x2%3D%2223%22%20y2%3D%2213%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2223%22%20y1%3D%2219%22%20x2%3D%2220%22%20y2%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2229%22%20y1%3D%2225%22%20x2%3D%2229%22%20y2%3D%2228%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2233%22%20y1%3D%2223%22%20x2%3D%2235%22%20y2%3D%2225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2235%22%20y1%3D%2219%22%20x2%3D%2238%22%20y2%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 618, tmp/styles/widgets.less */
.templates-swiper-container .swiper-pagination {
  position: initial;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 623, tmp/styles/widgets.less */
.templates-swiper-container .swiper-pagination .swiper-pagination-bullet {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-right: 8px;
}
/* line 631, tmp/styles/widgets.less */
.templates-swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
/* line 635, tmp/styles/widgets.less */
.templates-swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
/* line 641, tmp/styles/widgets.less */
.templates-swiper-container .swiper-button-next,
.templates-swiper-container .swiper-button-prev {
  display: none;
}
/* line 646, tmp/styles/widgets.less */
.templates-swiper-container .swiper-wrapper {
  margin: 0;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 16px;
}
/* line 651, tmp/styles/widgets.less */
.templates-swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 656, tmp/styles/widgets.less */
.contracts-page .templates-swiper-container {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  background: #FFFFFF;
}
/* line 662, tmp/styles/widgets.less */
.contracts-page .templates-swiper-container.loading {
  margin: 0;
  padding: 0;
  background: none;
  border-bottom: 1px solid #E0E1E3;
}
/* line 669, tmp/styles/widgets.less */
.contracts-page .templates-swiper-container .templates-swiper {
  border-top: none;
}
/* line 676, tmp/styles/widgets.less */
.attachments-panel .attachment,
.attachments-panel .file-input-trigger {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9e9e9;
  margin: 0;
  padding: 4px 8px;
  border-radius: 8px;
  line-height: 24px;
  font-size: 14px;
}
/* line 689, tmp/styles/widgets.less */
.attachments-panel .attachment {
  margin: 0 8px 8px 0;
}
/* line 692, tmp/styles/widgets.less */
.attachments-panel .attachment input {
  pointer-events: none;
}
/* line 697, tmp/styles/widgets.less */
.attachments-panel .file-input-trigger {
  position: relative;
  padding-left: 32px;
}
/* line 701, tmp/styles/widgets.less */
.attachments-panel .file-input-trigger input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 709, tmp/styles/widgets.less */
.attachments-panel .filename {
  font-size: 14px;
}
/* line 713, tmp/styles/widgets.less */
.attachments-panel .ui-icon-delete {
  padding: 0;
  margin: 0;
  margin-left: 8px;
}
/* line 718, tmp/styles/widgets.less */
.attachments-panel .ui-icon-delete:after {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
/* line 725, tmp/styles/widgets.less */
.attachments-panel .attachment--with-preview {
  position: relative;
  overflow: hidden;
  width: 30%;
  margin: 8px 1.66% 0 1.66%;
  padding: 0;
  border-radius: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 737, tmp/styles/widgets.less */
.attachments-panel .attachment--with-preview:before {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 743, tmp/styles/widgets.less */
.attachments-panel .attachment--with-preview .ui-icon-delete {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0;
}
/* line 755, tmp/styles/widgets.less */
.attachments-panel .attachment--with-preview .ui-icon-delete:after {
  margin-top: -12px;
  margin-left: -12px;
}
/* line 762, tmp/styles/widgets.less */
.attachments-panel .attachment__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 772, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview {
  object-fit: cover;
}
/* line 778, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-2 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
/* line 782, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-3 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 786, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-4 {
  -webkit-transform: scale(-1, 1) rotate(180deg);
          transform: scale(-1, 1) rotate(180deg);
}
/* line 790, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-5 {
  -webkit-transform: scale(-1, 1) rotate(90deg);
          transform: scale(-1, 1) rotate(90deg);
}
/* line 794, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-6 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 798, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-7 {
  -webkit-transform: scale(-1, 1) rotate(-90deg);
          transform: scale(-1, 1) rotate(-90deg);
}
/* line 802, tmp/styles/widgets.less */
.attachments-panel img.attachment__preview.attachment__preview--orientation-8 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/* line 807, tmp/styles/widgets.less */
.attachments-panel div.attachment__preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: black;
  font-size: 18px;
  text-transform: uppercase;
}
/*
 * JTSage-DateBox : the full featured Date and Time Picker
 * Date: 2016-01-11T11:09:29-05:00
 * http://dev.jtsage.com/DateBox/
 * https://github.com/jtsage/jquery-mobile-datebox
 *
 * Copyright 2010, 2015 JTSage. and other contributors
 * Released under the MIT license.
 * https://github.com/jtsage/jquery-mobile-datebox/blob/master/LICENSE.txt
 *
 */
/*
 * Shared Styles
 *
 * These styles are used for the basic control,
 * and are not specific to any one mode.
 */
/* line 23, tmp/styles/jtsage-datebox.less */
.popup-datebox {
  max-width: 284px !important;
  margin: 0 auto;
}
/* line 27, tmp/styles/jtsage-datebox.less */
.popup-datebox .ui-popup > span {
  margin: 0;
  top: -8px;
}
/* line 33, tmp/styles/jtsage-datebox.less */
.ui-datebox-container {
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 37, tmp/styles/jtsage-datebox.less */
.ui-popup-container .ui-datebox-gridrow {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 43, tmp/styles/jtsage-datebox.less */
.ui-datebox-collapse {
  text-align: center;
}
/* line 47, tmp/styles/jtsage-datebox.less */
.ui-datebox-controls.ui-controlgroup {
  text-align: center;
}
/* line 51, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-group .ui-input-text input {
  text-align: center;
  font-size: 18px;
}
/* line 56, tmp/styles/jtsage-datebox.less */
.ui-datebox-controls.ui-controlgroup-vertical {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 61, tmp/styles/jtsage-datebox.less */
.ui-datebox-collapse .ui-controlgroup-controls a {
  max-width: 40%;
}
/* line 65, tmp/styles/jtsage-datebox.less */
div.ui-datebox-inline.ui-datebox-inline-has-input {
  float: none;
  clear: both;
  position: relative;
  top: 5px;
}
/* line 72, tmp/styles/jtsage-datebox.less */
.ui-field-contain div.ui-datebox-container.ui-datebox-inline {
  margin-right: auto;
  margin-left: auto;
}
/* line 77, tmp/styles/jtsage-datebox.less */
div.ui-datebox-container.ui-datebox-inline {
  width: 290px;
}
/* line 82, tmp/styles/jtsage-datebox.less */
.ui-datebox-inline .ui-controlgroup-controls {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
/*
 * Android Mode Styles
 *
 * These are specific to datebox, timebox, and durationbox
 */
/* line 94, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-group input {
  text-align: center;
}
/* line 97, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-group {
  padding: 0 2px;
}
/* line 100, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-group .ui-input-text {
  width: 100%;
  border-color: transparent;
}
/* line 104, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-groups {
  margin-bottom: 20px;
}
/* line 108, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-group div {
  margin: 0;
}
/* line 111, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-group div label {
  text-align: center;
  margin: 0;
}
/* line 115, tmp/styles/jtsage-datebox.less */
.ui-datebox-datebox-label {
  width: 100%;
}
/* line 118, tmp/styles/jtsage-datebox.less */
div.ui-datebox-datebox-button.ui-btn {
  width: 100%;
  margin: 0 0 0 -2px;
  opacity: 0.5;
}
/* line 123, tmp/styles/jtsage-datebox.less */
div.ui-datebox-datebox-button.ui-btn.ui-icon-plus {
  height: 40px;
}
/* line 126, tmp/styles/jtsage-datebox.less */
div.ui-datebox-datebox-button.ui-btn.ui-icon-minus {
  height: 40px;
}
/* line 129, tmp/styles/jtsage-datebox.less */
.ui-datebox-header h4 {
  text-align: center;
}
/*
 * Calendar Mode Styles
 *
 * These are specific to CalBox
 */
/* line 140, tmp/styles/jtsage-datebox.less */
.ui-datebox-pickicon {
  display: inline-block;
  width: 216px;
}
/* line 145, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridheader {
  text-align: center;
}
/* line 149, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridheader .ui-btn-inline {
  margin-right: 5px;
  margin-left: 5px;
}
/* line 154, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridheader .ui-datebox-nomargbtn {
  margin-right: 0px;
  margin-left: 0px;
}
/* line 159, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridheader h4 {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  zoom: 1;
  *display: inline;
}
/* line 168, tmp/styles/jtsage-datebox.less */
.ui-datebox-grid {
  clear: both;
  margin-bottom: 5px;
}
/* line 173, tmp/styles/jtsage-datebox.less */
.ui-datebox-inline .ui-datebox-gridrow.ui-controlgroup-horizontal {
  margin-left: auto;
  margin-right: auto;
}
/* line 178, tmp/styles/jtsage-datebox.less */
.ui-datebox-inline .ui-datebox-gridrow .ui-controlgroup-controls {
  width: 100%;
  text-align: center;
}
/* line 183, tmp/styles/jtsage-datebox.less */
.ui-datebox-inline .ui-datebox-gridrow .ui-controlgroup-controls .ui-btn {
  float: none;
  clear: both;
}
/* line 188, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridrow {
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-bottom: -7px;
}
/* line 195, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridrow-last {
  margin-bottom: 0;
}
/* line 199, tmp/styles/jtsage-datebox.less */
.ui-datebox-inline .ui-controlgroup.ui-datebox-gridrow-last {
  margin-bottom: 5px;
}
/* line 203, tmp/styles/jtsage-datebox.less */
.ui-datebox-griddate {
  width: 34px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  zoom: 1;
  *display: inline;
}
/* line 217, tmp/styles/jtsage-datebox.less */
.ui-datebox-griddate-week {
  width: 31px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  zoom: 1;
  *display: inline;
}
/* line 230, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridrow div.ui-datebox-griddate-empty {
  border: 1px solid transparent;
  color: #888888;
  width: 32px;
}
/* line 236, tmp/styles/jtsage-datebox.less */
.ui-datebox-griddate.ui-datebox-griddate-label {
  border: 1px solid transparent;
  margin: 6px 0;
  width: 32px;
}
/* line 242, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridplus {
  float: right;
}
/* line 246, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridminus {
  float: left;
}
/* line 250, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridplus-rtl {
  float: left;
}
/* line 254, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridminus-rtl {
  float: right;
}
/* line 258, tmp/styles/jtsage-datebox.less */
.ui-datebox-gridplus a.ui-btn,
.ui-datebox-gridminus a.ui-btn {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 268, tmp/styles/jtsage-datebox.less */
.ui-datebox-container .ui-header {
  background-color: transparent;
  top: -8px;
}
/* line 272, tmp/styles/jtsage-datebox.less */
.ui-datebox-container .ui-header h1 {
  color: black;
  font-size: 18px;
}
/* line 278, tmp/styles/jtsage-datebox.less */
.ui-datebox-container .ui-datebox-header {
  display: none;
}
/* line 282, tmp/styles/jtsage-datebox.less */
.ui-datebox-container .ui-controlgroup-controls a.ui-btn {
  margin: 0 10px;
}
/* line 286, tmp/styles/jtsage-datebox.less */
.ui-datebox-container .ui-icon-delete {
  top: -2px;
}
/* line 290, tmp/styles/jtsage-datebox.less */
.ui-datebox-container .ui-controlgroup-vertical .ui-btn {
  border-radius: 3px;
}
/* line 5, tmp/styles/pin-pad.less */
.pinpad-container {
  text-align: center;
}
/* line 9, tmp/styles/pin-pad.less */
.pinpad-title {
  margin-top: 12px;
}
/* line 13, tmp/styles/pin-pad.less */
.pinpad-description {
  opacity: .5;
  font-size: 18px;
}
/* line 18, tmp/styles/pin-pad.less */
.pinpad-action-link {
  margin-top: 20px;
  display: inline-block;
}
/* line 23, tmp/styles/pin-pad.less */
.pinpad-input {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 28, tmp/styles/pin-pad.less */
.pinpad-input .pin-symbol {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 4px 10px;
  border: 1px solid #999;
  border-radius: 50%;
  background: none;
}
/* line 37, tmp/styles/pin-pad.less */
.pinpad-input .pin-symbol.filled {
  background: #999;
  width: 12px;
  height: 12px;
  margin: 2px 8px;
}
/* line 57, tmp/styles/pin-pad.less */
.pinpad-buttons-container {
  width: 70vmin;
  height: 95vmin;
  margin: 0 auto;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
@media (min-width: 700px) {
  /* line 61, tmp/styles/pin-pad.less */
  .pinpad-buttons-container {
    width: 38vmin;
    height: 52vmin;
  }
}
/* line 70, tmp/styles/pin-pad.less */
.pinpad-buttons-container ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
/* line 77, tmp/styles/pin-pad.less */
.pinpad-buttons-container ul li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 82, tmp/styles/pin-pad.less */
.pinpad-buttons-container .pinpad-button {
  border: 1px solid #E0E1E3;
  border-radius: 50%;
  width: 20vmin;
  height: 20vmin;
  padding: 0;
  font-size: 0;
  background: none;
}
@media (min-width: 700px) {
  /* line 88, tmp/styles/pin-pad.less */
  .pinpad-buttons-container .pinpad-button {
    width: 10vmin;
    height: 10vmin;
  }
}
/* line 97, tmp/styles/pin-pad.less */
.pinpad-buttons-container .pinpad-button:active {
  opacity: 0.5;
}
/* line 102, tmp/styles/pin-pad.less */
.pinpad-buttons-container .pinpad-button-value {
  display: inline-block;
  font-size: 8vmin;
  line-height: 19vmin;
  height: 20vmin;
}
@media (min-width: 700px) {
  /* line 108, tmp/styles/pin-pad.less */
  .pinpad-buttons-container .pinpad-button-value {
    font-size: 5vmin;
    line-height: 10vmin;
    height: 10vmin;
  }
}
/* line 115, tmp/styles/pin-pad.less */
.pinpad-buttons-container .pinpad-button-hint {
  font-size: 3vmin;
  bottom: 1.5vmin;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  /* line 118, tmp/styles/pin-pad.less */
  .pinpad-buttons-container .pinpad-button-hint {
    font-size: 1vmin;
    bottom: 1vmin;
  }
}
/* line 130, tmp/styles/pin-pad.less */
.pinpad-buttons-container .pinpad-icon-button {
  display: block;
  width: 20vmin;
  height: 20vmin;
  margin: 0;
  opacity: 0.8;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  /* line 134, tmp/styles/pin-pad.less */
  .pinpad-buttons-container .pinpad-icon-button {
    width: 10vmin;
    height: 10vmin;
  }
}
/* line 142, tmp/styles/pin-pad.less */
.pinpad-buttons-container .pinpad-icon-button:after {
  width: 20vmin;
  height: 20vmin;
  background-position: center center;
  background-size: 10vmin;
}
@media (min-width: 700px) {
  /* line 147, tmp/styles/pin-pad.less */
  .pinpad-buttons-container .pinpad-icon-button:after {
    width: 10vmin;
    height: 10vmin;
    background-size: 5vmin;
  }
}
/* line 155, tmp/styles/pin-pad.less */
.pinpad-buttons-container .fingerprint-btn:after {
  background-size: 12vmin;
}
@media (min-width: 700px) {
  /* line 157, tmp/styles/pin-pad.less */
  .pinpad-buttons-container .fingerprint-btn:after {
    background-size: 8vmin;
  }
}
/* line 5, tmp/styles/card.less */
.card,
a.card {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  display: block;
  width: 76px;
  height: 48px;
  line-height: normal;
  color: white;
  margin: 0 16px 0 0;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-feature-settings: "kern" on, "liga" off, "calt" on;
}
/* line 19, tmp/styles/card.less */
.card:active,
a.card:active {
  opacity: 0.5;
}
/* line 26, tmp/styles/card.less */
.card:after,
a.card:after,
.invert .card:after,
.invert a.card:after {
  display: block;
  content: '\00a0';
  background-size: 28px;
  position: absolute;
  width: 32px;
  height: 24px;
  bottom: -1px;
  right: 3px;
}
/* line 42, tmp/styles/card.less */
.card.ui-icon-card-visa:after,
a.card.ui-icon-card-visa:after,
.invert .card.ui-icon-card-visa:after,
.invert a.card.ui-icon-card-visa:after {
  bottom: -2px;
  right: 4px;
}
/* line 50, tmp/styles/card.less */
.card.color-blue,
a.card.color-blue {
  background-color: #00ADF3;
}
/* line 54, tmp/styles/card.less */
.card.color-orange,
a.card.color-orange {
  background-color: #FF7300;
}
/* line 58, tmp/styles/card.less */
.card.color-gold,
a.card.color-gold {
  background-color: gold;
}
/* line 62, tmp/styles/card.less */
.card.color-green,
a.card.color-green {
  background-color: #9ECB0D;
}
/* line 66, tmp/styles/card.less */
.card.color-black,
a.card.color-black {
  background-color: black;
}
/* line 71, tmp/styles/card.less */
.contracts-section .card.status-blocked,
.contracts-section a.card.status-blocked,
.contracts-section .card.status-user_blocked,
.contracts-section a.card.status-user_blocked,
.contracts-section .card.status-inprogress,
.contracts-section a.card.status-inprogress,
.contracts-section .card.status-first_production,
.contracts-section a.card.status-first_production {
  background: no-repeat center center #DFDEDF;
  background-size: 32px;
}
/* line 78, tmp/styles/card.less */
.contracts-section .card.status-blocked .card-number,
.contracts-section a.card.status-blocked .card-number,
.contracts-section .card.status-user_blocked .card-number,
.contracts-section a.card.status-user_blocked .card-number,
.contracts-section .card.status-inprogress .card-number,
.contracts-section a.card.status-inprogress .card-number,
.contracts-section .card.status-first_production .card-number,
.contracts-section a.card.status-first_production .card-number,
.contracts-section .card.status-blocked:after,
.contracts-section a.card.status-blocked:after,
.contracts-section .card.status-user_blocked:after,
.contracts-section a.card.status-user_blocked:after,
.contracts-section .card.status-inprogress:after,
.contracts-section a.card.status-inprogress:after,
.contracts-section .card.status-first_production:after,
.contracts-section a.card.status-first_production:after {
  display: none;
}
/* line 83, tmp/styles/card.less */
.contracts-section .card.status-blocked.status-blocked,
.contracts-section a.card.status-blocked.status-blocked,
.contracts-section .card.status-user_blocked.status-blocked,
.contracts-section a.card.status-user_blocked.status-blocked,
.contracts-section .card.status-inprogress.status-blocked,
.contracts-section a.card.status-inprogress.status-blocked,
.contracts-section .card.status-first_production.status-blocked,
.contracts-section a.card.status-first_production.status-blocked,
.contracts-section .card.status-blocked.status-user_blocked,
.contracts-section a.card.status-blocked.status-user_blocked,
.contracts-section .card.status-user_blocked.status-user_blocked,
.contracts-section a.card.status-user_blocked.status-user_blocked,
.contracts-section .card.status-inprogress.status-user_blocked,
.contracts-section a.card.status-inprogress.status-user_blocked,
.contracts-section .card.status-first_production.status-user_blocked,
.contracts-section a.card.status-first_production.status-user_blocked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 88, tmp/styles/card.less */
.contracts-section .card.status-blocked.status-inprogress,
.contracts-section a.card.status-blocked.status-inprogress,
.contracts-section .card.status-user_blocked.status-inprogress,
.contracts-section a.card.status-user_blocked.status-inprogress,
.contracts-section .card.status-inprogress.status-inprogress,
.contracts-section a.card.status-inprogress.status-inprogress,
.contracts-section .card.status-first_production.status-inprogress,
.contracts-section a.card.status-first_production.status-inprogress,
.contracts-section .card.status-blocked.status-first_production,
.contracts-section a.card.status-blocked.status-first_production,
.contracts-section .card.status-user_blocked.status-first_production,
.contracts-section a.card.status-user_blocked.status-first_production,
.contracts-section .card.status-inprogress.status-first_production,
.contracts-section a.card.status-inprogress.status-first_production,
.contracts-section .card.status-first_production.status-first_production,
.contracts-section a.card.status-first_production.status-first_production {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 96, tmp/styles/card.less */
.contracts-swiper .card.status-blocked,
.contracts-swiper a.card.status-blocked,
.contracts-swiper .card.status-deleted,
.contracts-swiper a.card.status-deleted,
.contracts-swiper .card.status-user_blocked,
.contracts-swiper a.card.status-user_blocked,
.contracts-swiper .card.status-inprogress,
.contracts-swiper a.card.status-inprogress,
.contracts-swiper .card.status-first_production,
.contracts-swiper a.card.status-first_production {
  background: no-repeat center center #DFDEDF;
}
/* line 103, tmp/styles/card.less */
.invert .contracts-swiper .card.status-blocked,
.invert .contracts-swiper a.card.status-blocked,
.invert .contracts-swiper .card.status-deleted,
.invert .contracts-swiper a.card.status-deleted,
.invert .contracts-swiper .card.status-user_blocked,
.invert .contracts-swiper a.card.status-user_blocked,
.invert .contracts-swiper .card.status-inprogress,
.invert .contracts-swiper a.card.status-inprogress,
.invert .contracts-swiper .card.status-first_production,
.invert .contracts-swiper a.card.status-first_production {
  color: #DFDEDF;
  background-color: #606060;
}
/* line 108, tmp/styles/card.less */
.contracts-swiper .card.status-blocked:after,
.contracts-swiper a.card.status-blocked:after,
.contracts-swiper .card.status-deleted:after,
.contracts-swiper a.card.status-deleted:after,
.contracts-swiper .card.status-user_blocked:after,
.contracts-swiper a.card.status-user_blocked:after,
.contracts-swiper .card.status-inprogress:after,
.contracts-swiper a.card.status-inprogress:after,
.contracts-swiper .card.status-first_production:after,
.contracts-swiper a.card.status-first_production:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background-size: 28px;
}
/* line 121, tmp/styles/card.less */
.contracts-swiper .card.status-blocked.status-blocked:after,
.contracts-swiper a.card.status-blocked.status-blocked:after,
.contracts-swiper .card.status-deleted.status-blocked:after,
.contracts-swiper a.card.status-deleted.status-blocked:after,
.contracts-swiper .card.status-user_blocked.status-blocked:after,
.contracts-swiper a.card.status-user_blocked.status-blocked:after,
.contracts-swiper .card.status-inprogress.status-blocked:after,
.contracts-swiper a.card.status-inprogress.status-blocked:after,
.contracts-swiper .card.status-first_production.status-blocked:after,
.contracts-swiper a.card.status-first_production.status-blocked:after,
.contracts-swiper .card.status-blocked.status-user_blocked:after,
.contracts-swiper a.card.status-blocked.status-user_blocked:after,
.contracts-swiper .card.status-deleted.status-user_blocked:after,
.contracts-swiper a.card.status-deleted.status-user_blocked:after,
.contracts-swiper .card.status-user_blocked.status-user_blocked:after,
.contracts-swiper a.card.status-user_blocked.status-user_blocked:after,
.contracts-swiper .card.status-inprogress.status-user_blocked:after,
.contracts-swiper a.card.status-inprogress.status-user_blocked:after,
.contracts-swiper .card.status-first_production.status-user_blocked:after,
.contracts-swiper a.card.status-first_production.status-user_blocked:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H12c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M24%2C17v-4c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6v4%20M18%2C21v4%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 128, tmp/styles/card.less */
.contracts-swiper .card.status-blocked.status-inprogress:after,
.contracts-swiper a.card.status-blocked.status-inprogress:after,
.contracts-swiper .card.status-deleted.status-inprogress:after,
.contracts-swiper a.card.status-deleted.status-inprogress:after,
.contracts-swiper .card.status-user_blocked.status-inprogress:after,
.contracts-swiper a.card.status-user_blocked.status-inprogress:after,
.contracts-swiper .card.status-inprogress.status-inprogress:after,
.contracts-swiper a.card.status-inprogress.status-inprogress:after,
.contracts-swiper .card.status-first_production.status-inprogress:after,
.contracts-swiper a.card.status-first_production.status-inprogress:after,
.contracts-swiper .card.status-blocked.status-first_production:after,
.contracts-swiper a.card.status-blocked.status-first_production:after,
.contracts-swiper .card.status-deleted.status-first_production:after,
.contracts-swiper a.card.status-deleted.status-first_production:after,
.contracts-swiper .card.status-user_blocked.status-first_production:after,
.contracts-swiper a.card.status-user_blocked.status-first_production:after,
.contracts-swiper .card.status-inprogress.status-first_production:after,
.contracts-swiper a.card.status-inprogress.status-first_production:after,
.contracts-swiper .card.status-first_production.status-first_production:after,
.contracts-swiper a.card.status-first_production.status-first_production:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 134, tmp/styles/card.less */
.contracts-swiper .card.status-blocked.status-deleted:after,
.contracts-swiper a.card.status-blocked.status-deleted:after,
.contracts-swiper .card.status-deleted.status-deleted:after,
.contracts-swiper a.card.status-deleted.status-deleted:after,
.contracts-swiper .card.status-user_blocked.status-deleted:after,
.contracts-swiper a.card.status-user_blocked.status-deleted:after,
.contracts-swiper .card.status-inprogress.status-deleted:after,
.contracts-swiper a.card.status-inprogress.status-deleted:after,
.contracts-swiper .card.status-first_production.status-deleted:after,
.contracts-swiper a.card.status-first_production.status-deleted:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2288%22%20viewBox%3D%220%200%2088%2088%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-opacity%3D%22.8%22%20fill-rule%3D%22nonzero%22%20d%3D%22M44%2012c17.673%200%2032%2014.327%2032%2032a31.889%2031.889%200%200%201-8.677%2021.91l.012.01-1.415%201.415-.01-.012A31.889%2031.889%200%200%201%2044%2076c-17.673%200-32-14.327-32-32a31.889%2031.889%200%200%201%208.677-21.91l-.012-.01%201.415-1.415.01.012A31.889%2031.889%200%200%201%2044%2012zm20.494%2053.909L22.091%2023.506A29.895%2029.895%200%200%200%2014%2044c0%2016.569%2013.431%2030%2030%2030a29.895%2029.895%200%200%200%2020.494-8.091L22.091%2023.506l42.403%2042.403zM44%2014a29.895%2029.895%200%200%200-20.494%208.091l42.403%2042.403A29.895%2029.895%200%200%200%2074%2044c0-16.569-13.431-30-30-30z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 142, tmp/styles/card.less */
.swiper-slide .card.status-hce_enrolled:after,
.swiper-slide a.card.status-hce_enrolled:after,
.swiper-slide .card.status-ok:after,
.swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23555%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23555%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23555%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23555%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  right: 8px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .swiper-slide .card.status-hce_enrolled:after,
.invert .swiper-slide a.card.status-hce_enrolled:after,
.invert .swiper-slide .card.status-ok:after,
.invert .swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .swiper-slide .card.status-hce_enrolled:after,
.invert .swiper-slide a.card.status-hce_enrolled:after,
.invert .swiper-slide .card.status-ok:after,
.invert .swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23555%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23555%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23555%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23555%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .swiper-slide .card.status-hce_enrolled:after,
.invert.main-menu-panel .swiper-slide a.card.status-hce_enrolled:after,
.invert.main-menu-panel .swiper-slide .card.status-ok:after,
.invert.main-menu-panel .swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.swiper-slide .card.status-hce_enrolled:after,
.invert .btn-submit.swiper-slide a.card.status-hce_enrolled:after,
.invert .btn-submit.swiper-slide .card.status-ok:after,
.invert .btn-submit.swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.swiper-slide .card.status-hce_enrolled:after,
.btn-submit.swiper-slide a.card.status-hce_enrolled:after,
.btn-submit.swiper-slide .card.status-ok:after,
.btn-submit.swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.swiper-slide .card.status-hce_enrolled:after,
.settings-page .btn-submit.swiper-slide a.card.status-hce_enrolled:after,
.settings-page .btn-submit.swiper-slide .card.status-ok:after,
.settings-page .btn-submit.swiper-slide a.card.status-ok:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23555%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23555%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23555%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23555%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 151, tmp/styles/card.less */
.card.status-blocked,
a.card.status-blocked,
.card.status-expired,
a.card.status-expired,
.card.status-closed,
a.card.status-closed,
.card.status-deleted,
a.card.status-deleted,
.card.status-inprogress,
a.card.status-inprogress,
.card.status-inactive,
a.card.status-inactive {
  color: #FFFFFF;
  background-color: #DFDEDF;
}
/* line 160, tmp/styles/card.less */
.card.status-blocked > *,
a.card.status-blocked > *,
.card.status-expired > *,
a.card.status-expired > *,
.card.status-closed > *,
a.card.status-closed > *,
.card.status-deleted > *,
a.card.status-deleted > *,
.card.status-inprogress > *,
a.card.status-inprogress > *,
.card.status-inactive > *,
a.card.status-inactive > *,
.card.status-blocked:after,
a.card.status-blocked:after,
.card.status-expired:after,
a.card.status-expired:after,
.card.status-closed:after,
a.card.status-closed:after,
.card.status-deleted:after,
a.card.status-deleted:after,
.card.status-inprogress:after,
a.card.status-inprogress:after,
.card.status-inactive:after,
a.card.status-inactive:after {
  opacity: 0.5;
}
/* line 165, tmp/styles/card.less */
.invert .card.status-blocked,
.invert a.card.status-blocked,
.invert .card.status-expired,
.invert a.card.status-expired,
.invert .card.status-closed,
.invert a.card.status-closed,
.invert .card.status-deleted,
.invert a.card.status-deleted,
.invert .card.status-inprogress,
.invert a.card.status-inprogress,
.invert .card.status-inactive,
.invert a.card.status-inactive {
  color: #DFDEDF;
  background-color: #606060;
}
/* line 171, tmp/styles/card.less */
.card .card-number,
a.card .card-number {
  display: block;
  font-size: 13px;
}
/* line 178, tmp/styles/card.less */
#contracts-contract-summary .contract-section-nav-container {
  min-height: 20px;
}
/* line 182, tmp/styles/card.less */
#contracts-contract-summary .page-content {
  padding: 0;
}
/* line 186, tmp/styles/card.less */
#contracts-contract-summary .contract-sections {
  padding: 20px;
}
/* line 190, tmp/styles/card.less */
#contracts-contract-summary .contract-sections .details .name {
  white-space: nowrap;
}
/* line 197, tmp/styles/card.less */
.contracts-swiper,
.operation-instalment-swiper {
  position: static;
  z-index: auto;
}
/* line 201, tmp/styles/card.less */
.contracts-swiper .swiper-button-prev,
.operation-instalment-swiper .swiper-button-prev,
.contracts-swiper .swiper-button-next,
.operation-instalment-swiper .swiper-button-next {
  top: 50%;
}
/* line 206, tmp/styles/card.less */
.contracts-swiper .swiper-pagination,
.operation-instalment-swiper .swiper-pagination {
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  bottom: auto;
  line-height: 0;
  transition: 0s;
}
/* line 216, tmp/styles/card.less */
.contracts-swiper .swiper-pagination-bullet,
.operation-instalment-swiper .swiper-pagination-bullet {
  background: black;
  height: 4px;
  width: 4px;
  margin: 0 3px;
}
/* line 223, tmp/styles/card.less */
.contracts-swiper .swiper-wrapper,
.operation-instalment-swiper .swiper-wrapper {
  margin-top: 12px;
  margin-bottom: 16px;
}
/* line 231, tmp/styles/card.less */
.instalment__slider-container .instalment__slider .instalment__cover {
  padding: 0.57em 1.82em;
  margin: 1em auto 10px;
}
/* line 238, tmp/styles/card.less */
.contract-preview-container {
  cursor: default;
}
/* line 241, tmp/styles/card.less */
.contract-preview-container .contract-preview {
  margin: 1em auto 10px;
  padding: 0.7em;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 249, tmp/styles/card.less */
.contract-preview-container .contract-preview.card {
  height: 9.69em;
  width: 15.36em;
  padding: 0.57em 0.82em;
}
/* line 256, tmp/styles/card.less */
.contract-preview-container .contract-preview.account {
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 370px) {
  /* line 261, tmp/styles/card.less */
  .contract-preview-container .contract-preview.account .giant-text > * {
    font-size: 30px;
  }
}
/* line 266, tmp/styles/card.less */
.contract-preview-container .contract-preview.account .bonus {
  color: #ff9b00;
}
/* line 271, tmp/styles/card.less */
.contract-preview-container .contract-preview .contract-preview-title {
  height: 20px;
}
/* line 275, tmp/styles/card.less */
.contract-preview-container .contract-preview .balance {
  white-space: nowrap;
  overflow: hidden;
}
/* line 279, tmp/styles/card.less */
.contract-preview-container .contract-preview .balance .amount {
  font-size: 30px;
}
/* line 283, tmp/styles/card.less */
.contract-preview-container .contract-preview .balance .ui-icon-block:after {
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
/* line 292, tmp/styles/card.less */
.contract-preview-container .contract-preview .card-number {
  font-size: 16px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 297, tmp/styles/card.less */
.contract-preview-container .contract-preview .left-bottom-corner {
  margin-top: auto;
  margin-right: auto;
}
/* line 302, tmp/styles/card.less */
.contract-preview-container .contract-preview .ui-icon-apple-pay {
  opacity: 0;
}
/* line 305, tmp/styles/card.less */
.contract-preview-container .contract-preview .ui-icon-apple-pay.active {
  opacity: 1;
}
/* line 309, tmp/styles/card.less */
.contract-preview-container .contract-preview .ui-icon-apple-pay:after {
  width: 33px;
  height: 20px;
}
/* line 315, tmp/styles/card.less */
.contract-preview-container .contract-preview .bottom-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 320, tmp/styles/card.less */
.contract-preview-container .contract-preview .cardholder-name {
  font-size: 16px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 328, tmp/styles/card.less */
.contract-preview-container .contract-preview .payment-system-icon {
  background-color: initial;
  background-size: contain;
  background-position: right bottom;
  width: 4.59em;
  height: 2.83em;
  margin: 0;
}
/* line 341, tmp/styles/card.less */
.contract-preview-container .contract-preview.hce-card.status-blocked:after,
.contract-preview-container .contract-preview.hce-card.status-deleted:after,
.contract-preview-container .contract-preview.hce-card.status-inprogress:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px;
}
/* line 356, tmp/styles/card.less */
.contract-preview-container .contract-preview.hce-card.status-blocked.color-custom:after,
.contract-preview-container .contract-preview.hce-card.status-deleted.color-custom:after,
.contract-preview-container .contract-preview.hce-card.status-inprogress.color-custom:after {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 364, tmp/styles/card.less */
.contract-preview-container .contract-extra-info {
  opacity: 0.5;
  padding: 4px 12px 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
/* line 371, tmp/styles/card.less */
.contract-preview-container .contract-extra-info * {
  font-size: 14px;
  line-height: 18px;
}
/* line 376, tmp/styles/card.less */
.contract-preview-container .contract-extra-info .label {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 380, tmp/styles/card.less */
.contract-preview-container .contract-extra-info .amount {
  font-weight: bold;
}
/* line 384, tmp/styles/card.less */
.contract-preview-container .contract-extra-info:empty {
  display: none;
}
/* line 8, tmp/styles/select.less */
.ui-select > select.selectlist {
  display: none;
}
/* line 12, tmp/styles/select.less */
.select-list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 100%;
  width: 100%;
  z-index: 600;
  background: white;
}
/* line 23, tmp/styles/select.less */
.select-list-wrapper.active {
  top: auto;
  bottom: 0;
}
/* line 28, tmp/styles/select.less */
.select-list-wrapper .ui-header {
  display: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 34, tmp/styles/select.less */
.select-list-wrapper .save-icon {
  display: none;
}
/* line 39, tmp/styles/select.less */
.select-list-wrapper.full-screen.active {
  top: 0;
}
/* line 43, tmp/styles/select.less */
.select-list-wrapper.full-screen .ui-header {
  display: block;
}
/* line 47, tmp/styles/select.less */
.select-list-wrapper.full-screen .compact-header {
  display: none;
}
/* line 53, tmp/styles/select.less */
.select-list-wrapper.changed .save-icon {
  display: inline-block;
}
/* line 59, tmp/styles/select.less */
.compact-header {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  top: -64px;
  right: 16px;
  height: 48px;
  width: 48px;
}
/* line 69, tmp/styles/select.less */
.compact-header .save-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A") white no-repeat center center;
  background-size: 28px;
}
/* line 78, tmp/styles/select.less */
.select-list {
  position: relative;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 85, tmp/styles/select.less */
.select-list .ui-input-search {
  position: relative;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 16px;
}
/* line 91, tmp/styles/select.less */
.select-list .select-list-item {
  cursor: pointer;
  border-left: 4px solid white;
  padding: 0 16px;
  box-sizing: border-box;
}
/* line 97, tmp/styles/select.less */
.select-list .select-list-item.selected {
  border-left-color: #88cc00;
}
/* line 102, tmp/styles/select.less */
.select-list .empty-item {
  padding: 0 16px;
  border-left: 4px solid white;
}
/* line 109, tmp/styles/select.less */
.currency-list-item {
  padding-right: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 113, tmp/styles/select.less */
.currency-list-item .currency-name {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 118, tmp/styles/select.less */
.account-list-item,
.contract-list-item {
  padding: 12px 16px 12px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 124, tmp/styles/select.less */
.ui-field-contain .account-list-item,
.ui-field-contain .contract-list-item {
  padding: 0 16px 0 0;
}
/* line 128, tmp/styles/select.less */
.account-list-item .account-info,
.contract-list-item .account-info,
.account-list-item .contract-info,
.contract-list-item .contract-info {
  line-height: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 134, tmp/styles/select.less */
.account-list-item .account-info,
.contract-list-item .account-info,
.account-list-item .contract-info,
.contract-list-item .contract-info,
.account-list-item .account-info *,
.contract-list-item .account-info *,
.account-list-item .contract-info *,
.contract-list-item .contract-info * {
  font-size: 18px;
}
/* line 138, tmp/styles/select.less */
.account-list-item .account-info.bonuses,
.contract-list-item .account-info.bonuses,
.account-list-item .contract-info.bonuses,
.contract-list-item .contract-info.bonuses {
  padding-left: 36px;
}
/* line 141, tmp/styles/select.less */
.account-list-item .account-info.bonuses .title,
.contract-list-item .account-info.bonuses .title,
.account-list-item .contract-info.bonuses .title,
.contract-list-item .contract-info.bonuses .title {
  color: #999;
  font-size: 18px;
}
/* line 146, tmp/styles/select.less */
.account-list-item .account-info.bonuses .amount,
.contract-list-item .account-info.bonuses .amount,
.account-list-item .contract-info.bonuses .amount,
.contract-list-item .contract-info.bonuses .amount {
  color: #ff9b00;
  font-size: 18px;
}
/* line 152, tmp/styles/select.less */
.account-list-item .account-info .ui-icon,
.contract-list-item .account-info .ui-icon,
.account-list-item .contract-info .ui-icon,
.contract-list-item .contract-info .ui-icon {
  padding-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 157, tmp/styles/select.less */
.account-list-item .account-info .title,
.contract-list-item .account-info .title,
.account-list-item .contract-info .title,
.contract-list-item .contract-info .title {
  text-align: left;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 164, tmp/styles/select.less */
.account-list-item .account-info .value,
.contract-list-item .account-info .value,
.account-list-item .contract-info .value,
.contract-list-item .contract-info .value {
  padding-left: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 168, tmp/styles/select.less */
.account-list-item .account-info .value .amount,
.contract-list-item .account-info .value .amount,
.account-list-item .contract-info .value .amount,
.contract-list-item .contract-info .value .amount {
  padding: 0;
}
/* line 175, tmp/styles/select.less */
.ui-select .account-list-item,
.ui-select .contract-list-item {
  padding-right: 32px;
}
/* line 180, tmp/styles/select.less */
.history-contract-select .account-list-item,
.history-contract-select .contract-list-item {
  padding-left: 32px;
}
/* line 183, tmp/styles/select.less */
.history-contract-select .account-list-item .ui-icon,
.history-contract-select .contract-list-item .ui-icon {
  display: none;
}
/*
 Some info about overlays and z-index:
 There are several overlays in the app so be carefulll with z-index value
 z-index value:
  .ui-content:             1
  .bottom-bar             10
  .content-overlay:      300 (overlay for content but not header)
  .header-menu           400
  .ui-header:            500
  .select-list-wrapper:  600
  .slideout-overlay:     900 (main menu overlay)
  .slideout-menu:       1000 (main menu content)
  .tutorial-container   1000
  .ui-popup-screen:     1099 (popup overlay)
  .ui-popup-container:  1100 (popup content)
  .ui-loader-overlay:  10000 (loader indicator overlay)
*/
/* line 24, tmp/styles/application.less */
.ui-popup-screen {
  bottom: 0;
}
/* line 28, tmp/styles/application.less */
.ui-header {
  height: 48px;
  border: 0;
  background-color: #E7E300;
  color: black;
}
/* line 33, tmp/styles/application.less */
.ui-header.invert {
  background-color: #E7E300;
}
/* line 36, tmp/styles/application.less */
.ui-header.ui-header-fixed {
  position: absolute;
  z-index: 500;
  top: 0;
  padding-top: 0;
}
/* line 44, tmp/styles/application.less */
.ui-header h1,
.ui-header h1.ui-title {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 48px;
  margin: 0 0 0 40px;
  padding: 0 40px 0 0;
}
/* line 52, tmp/styles/application.less */
.ui-header h1 .ui-icon-title,
.ui-header h1.ui-title .ui-icon-title {
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 58, tmp/styles/application.less */
.ui-header h1 .ui-icon-inline-visa:before,
.ui-header h1.ui-title .ui-icon-inline-visa:before {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-header h1 .ui-icon-inline-visa:before,
.invert .ui-header h1.ui-title .ui-icon-inline-visa:before {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20110%2036%22%20enable-background%3D%22new%200%200%20110%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M54.5%2C1.1l-7.3%2C34h-8.8l7.3-34H54.5z%20M91.5%2C23l4.6-12.8L98.7%2C23H91.5z%20M101.3%2C35h8.1l-7.1-34h-7.5%0A%09%09c-1.7%2C0-3.1%2C1-3.7%2C2.5L77.9%2C35h9.2l1.8-5.1h11.3L101.3%2C35z%20M78.3%2C23.9c0-9-12.4-9.5-12.3-13.5c0-1.2%2C1.2-2.5%2C3.7-2.8%0A%09%09c1.3-0.2%2C4.7-0.3%2C8.7%2C1.5l1.5-7.2c-2.1-0.8-4.8-1.5-8.2-1.5C63%2C0.4%2C56.9%2C5%2C56.9%2C11.7c-0.1%2C4.9%2C4.4%2C7.6%2C7.7%2C9.2%0A%09%09c3.4%2C1.7%2C4.6%2C2.7%2C4.6%2C4.2c0%2C2.3-2.7%2C3.3-5.3%2C3.3c-4.4%2C0.1-7-1.2-9-2.1l-1.6%2C7.4c2.1%2C0.9%2C5.8%2C1.8%2C9.8%2C1.8%0A%09%09C72.2%2C35.6%2C78.3%2C31%2C78.3%2C23.9%20M41.9%2C1.1L27.7%2C35h-9.3l-7-27.1c-0.4-1.7-0.8-2.3-2.1-3C7.2%2C3.8%2C3.7%2C2.7%2C0.6%2C2l0.2-1h15%0A%09%09c1.9%2C0%2C3.6%2C1.3%2C4.1%2C3.5l3.7%2C19.7l9.1-23.1H41.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-header h1 .ui-icon-inline-visa:before,
.invert .ui-header h1.ui-title .ui-icon-inline-visa:before {
  display: inline-block;
}
/* line 70, tmp/styles/application.less */
.ui-header .header-message {
  position: absolute;
  width: 100%;
  top: 1px;
  z-index: 1000;
}
/* line 77, tmp/styles/application.less */
.ui-header .page-header-progress-bar-container {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
/* line 84, tmp/styles/application.less */
.ui-header .page-header-progress-bar {
  background-color: white;
  height: 100%;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
}
/* line 92, tmp/styles/application.less */
.ui-header .top-link {
  opacity: 0;
}
/* line 98, tmp/styles/application.less */
.header-menu-link.hidden {
  display: none !important;
}
/* line 103, tmp/styles/application.less */
.header-menu {
  width: 100%;
  position: absolute;
  top: 48px;
  background-color: black;
  padding: 0 20px;
  margin: 0;
  z-index: 400;
  display: none;
  box-sizing: border-box;
}
/* line 18, tmp/styles/utils.less */
.header-menu,
.header-menu .ui-listview > .ui-li-static,
.header-menu .ui-listview > .ui-li-divider,
.header-menu .ui-listview > li > a.ui-btn {
  text-align: center;
}
/* line 115, tmp/styles/application.less */
.header-menu.invert {
  background-color: black;
}
/* line 119, tmp/styles/application.less */
.header-menu .ui-listview li {
  border-color: white;
}
/* line 122, tmp/styles/application.less */
.header-menu .ui-listview li:last-child,
.header-menu .ui-listview li:first-child {
  margin: 0;
  border-color: white;
}
/* line 127, tmp/styles/application.less */
.header-menu .ui-listview li:last-child {
  border-bottom: 0;
}
/* line 133, tmp/styles/application.less */
.slide-message-container {
  width: 100%;
  position: absolute;
  top: 48px;
  background-color: #E7E300;
  color: black;
  padding: 14px 20px;
  line-height: 24px;
  margin: 0;
  z-index: 400;
  display: none;
  box-sizing: border-box;
}
/* line 18, tmp/styles/utils.less */
.slide-message-container,
.slide-message-container .ui-listview > .ui-li-static,
.slide-message-container .ui-listview > .ui-li-divider,
.slide-message-container .ui-listview > li > a.ui-btn {
  text-align: center;
}
/* line 147, tmp/styles/application.less */
.slide-message-container.invert {
  color: black;
  background-color: #E7E300;
}
/* line 153, tmp/styles/application.less */
.ui-footer:empty {
  min-height: 0;
  border: 0;
}
/* line 158, tmp/styles/application.less */
.ui-page {
  padding-top: 0 !important;
  height: 100%;
}
/* line 164, tmp/styles/application.less */
.ui-content {
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}
/* line 173, tmp/styles/application.less */
.ui-content.has-bottom-bar {
  bottom: 56px;
}
/* line 176, tmp/styles/application.less */
html:not(.iphone-x-compat-mode) .ui-content.has-bottom-bar {
  padding-bottom: env(safe-area-inset-bottom);
  /* iOS 11.2 */
}
/* line 181, tmp/styles/application.less */
.ui-content .ajax-error {
  padding: 0.25em 20px;
}
/* line 184, tmp/styles/application.less */
.ui-content .ajax-error.hidden {
  display: none;
}
/* line 189, tmp/styles/application.less */
.ui-content .app-messages-container {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 192, tmp/styles/application.less */
.ui-content .app-messages-container .app-error,
.ui-content .app-messages-container .app-messages {
  padding: 0 20px;
}
/* line 195, tmp/styles/application.less */
.ui-content .app-messages-container .app-error:empty,
.ui-content .app-messages-container .app-messages:empty {
  display: none;
}
/* line 198, tmp/styles/application.less */
.ui-content .app-messages-container .app-error.loading,
.ui-content .app-messages-container .app-messages.loading {
  background-position-x: 20px;
  padding-left: 44px;
  line-height: 40px;
}
/* line 205, tmp/styles/application.less */
.ui-content .app-messages-container .app-error .app-message a,
.ui-content .app-messages-container .app-messages .app-message a {
  color: black;
  text-decoration: underline;
}
/* line 213, tmp/styles/application.less */
.ui-content .app-error .error,
.ui-content .save-status.error .app-message,
.ui-content .ajax-error .ajax-error-message,
.ui-content .app-message.success-message,
.ui-content .app-message.error-message,
.ui-content .app-message.information-message,
.ui-content .app-message.offline-message {
  position: relative;
  padding: 10px 0 10px 32px;
  line-height: 28px;
  margin: 0;
}
/* line 225, tmp/styles/application.less */
.ui-content .app-error .error:after,
.ui-content .save-status.error .app-message:after,
.ui-content .ajax-error .ajax-error-message:after,
.ui-content .app-message.success-message:after,
.ui-content .app-message.error-message:after,
.ui-content .app-message.information-message:after,
.ui-content .app-message.offline-message:after {
  position: absolute;
  top: 12px;
  left: 0;
  background-size: 24px;
  background-repeat: no-repeat;
}
/* line 235, tmp/styles/application.less */
.ui-content .app-message.offline-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 239, tmp/styles/application.less */
.ui-content .app-message.offline-message .title,
.ui-content .app-message.offline-message .try-again-btn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 246, tmp/styles/application.less */
.ui-content .app-message.offline-message .try-again-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
/* line 252, tmp/styles/application.less */
.ui-content .app-message.offline-message .try-again-btn.ui-icon-reload:after {
  display: inline-block;
  margin-left: 4px;
}
/* line 256, tmp/styles/application.less */
.ui-content .app-message.offline-message .try-again-btn.ui-icon-reload.animated:after {
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
}
/* line 263, tmp/styles/application.less */
.ui-content .app-message.align-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
}
/* line 269, tmp/styles/application.less */
.ui-content .app-message.app-message--sub {
  color: #999;
  margin-top: 26px;
}
/* line 275, tmp/styles/application.less */
.ui-content .page-content {
  margin: 0;
  padding: 20px;
  position: relative;
}
/* line 282, tmp/styles/application.less */
.ui-loader {
  border-radius: 3px;
  background: #444;
  color: white;
  border: 1px solid #454545;
  box-shadow: none;
  width: 15em;
  margin-left: -8em;
}
/* line 291, tmp/styles/application.less */
.ui-loader.ui-loader-verbose,
.ui-loader.ui-loader-default {
  opacity: 0.9;
}
/* line 294, tmp/styles/application.less */
.ui-loader.ui-loader-verbose h1,
.ui-loader.ui-loader-default h1 {
  line-height: inherit;
}
/* line 300, tmp/styles/application.less */
.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
  margin-right: 0;
}
/* line 305, tmp/styles/application.less */
.pre-content {
  padding: 0 20px;
}
/* line 308, tmp/styles/application.less */
.pre-content:empty {
  display: none;
}
/* line 315, tmp/styles/application.less */
.details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 2em;
}
/* line 321, tmp/styles/application.less */
.details .name {
  color: #999;
  font-size: 14px;
  text-transform: lowercase;
}
/* line 63, tmp/styles/typo.less */
.invert .details .name {
  color: #999;
}
/* line 326, tmp/styles/application.less */
.details .name.bonus {
  color: #ff9b00;
}
/* line 331, tmp/styles/application.less */
.details .value {
  text-align: right;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 16px;
}
/* line 336, tmp/styles/application.less */
.details .value.bonus {
  color: #ff9b00;
}
/* line 342, tmp/styles/application.less */
.avatar {
  margin-right: 0.25em;
  max-width: 28px;
  max-height: 28px;
}
/* line 348, tmp/styles/application.less */
.captcha-block {
  height: 52px;
  position: relative;
}
/* line 352, tmp/styles/application.less */
.captcha-block .captcha-image {
  margin: 10px 0;
  transition: opacity 300ms;
}
/* line 358, tmp/styles/application.less */
.captcha-block.expired .captcha-image {
  opacity: 0.15;
}
/* line 363, tmp/styles/application.less */
.captcha-block a.captcha-reload {
  margin-top: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 370, tmp/styles/application.less */
.captcha-block .expired-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto;
  color: black;
  line-height: 2em;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms;
}
/* line 382, tmp/styles/application.less */
.captcha-block .captcha-image,
.captcha-block .expired-overlay {
  height: 2em;
  width: 8.25em;
}
/* line 388, tmp/styles/application.less */
.captcha-block .expired-overlay {
  width: auto;
}
/* line 392, tmp/styles/application.less */
.captcha-block.expired .expired-overlay {
  opacity: 1;
}
/* line 396, tmp/styles/application.less */
.captcha-block.loading {
  padding-left: 0;
  background-position: center center;
}
/* line 399, tmp/styles/application.less */
.captcha-block.loading .captcha-image {
  display: none;
}
/* line 405, tmp/styles/application.less */
.ui-input-text .embossingName {
  text-transform: uppercase;
}
/* line 408, tmp/styles/application.less */
.ui-input-text .embossingName::-webkit-input-placeholder {
  text-transform: none;
}
.ui-input-text .embossingName:-ms-input-placeholder {
  text-transform: none;
}
.ui-input-text .embossingName::placeholder {
  text-transform: none;
}
/* line 413, tmp/styles/application.less */
.cvv-image {
  content: url("images/cvv2-sample.png");
}
/* line 420, tmp/styles/application.less */
.add-auth-form .ui-field-contain:last-child,
.add-auth-form .ui-mobile fieldset.ui-field-contain:last-child {
  padding-bottom: 10px;
}
/* line 426, tmp/styles/application.less */
.form-submit-container,
.auth-methods-container {
  text-align: center;
  margin-top: 20px;
}
/* line 430, tmp/styles/application.less */
.form-submit-container .ui-input-btn.ui-btn,
.auth-methods-container .ui-input-btn.ui-btn {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 434, tmp/styles/application.less */
.form-submit-container.updating-template .proceed-template,
.form-submit-container.updating-template .delete-template {
  display: none;
}
/* line 440, tmp/styles/application.less */
.actions-list-container {
  display: block;
  text-align: center;
}
/* line 444, tmp/styles/application.less */
.actions-list-container .actions-list {
  display: inline-block;
}
/* line 447, tmp/styles/application.less */
.actions-list-container .actions-list .ui-btn,
.actions-list-container .actions-list .ui-btn.btn-sec,
.actions-list-container .actions-list .ui-input-btn.ui-btn {
  display: block;
  margin: 0 0 12px 0;
}
/* line 454, tmp/styles/application.less */
.actions-list-container .actions-list .ui-btn:last-child,
.actions-list-container .actions-list .ui-btn.btn-sec:last-child,
.actions-list-container .actions-list .ui-input-btn.ui-btn:last-child {
  margin-bottom: 0;
}
/* line 466, tmp/styles/application.less */
.ui-btn-icon-notext.ui-icon-question {
  padding: 0;
}
/* line 471, tmp/styles/application.less */
.history-analytic-ball {
  position: absolute;
  width: 12px;
  height: 12px;
  left: -26px;
  border-radius: 12px;
  top: 25px;
}
/* line 482, tmp/styles/application.less */
.invert {
  background-color: #E7E300;
  color: black;
}
/* line 485, tmp/styles/application.less */
.invert a,
.invert a:visited {
  color: black;
}
/* line 490, tmp/styles/application.less */
.logo {
  width: 5.35em;
  height: 48px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20200%2037.7%22%20enable-background%3D%22new%200%200%20200%2037.7%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position-y: 17px;
  margin: 0px auto;
}
/* line 499, tmp/styles/application.less */
.big-logo {
  display: block;
  width: 200px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20200%2037.7%22%20enable-background%3D%22new%200%200%20200%2037.7%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
}
/* line 510, tmp/styles/application.less */
.loading {
  line-height: 28px;
  padding-left: 32px;
}
/* line 514, tmp/styles/application.less */
.ui-field-contain .loading {
  position: absolute;
  right: 0;
  bottom: 12px;
  padding-right: 28px;
}
/* line 520, tmp/styles/application.less */
.ui-field-contain .loading:after {
  left: initial;
  right: 0;
}
/* line 527, tmp/styles/application.less */
.shortcut {
  width: 33%;
  float: left;
}
/* line 531, tmp/styles/application.less */
.shortcut .shortcut-icon {
  width: 48px;
  height: 48px;
  margin: 12px auto 0;
  background-color: green;
  border-radius: 48px;
}
/* line 539, tmp/styles/application.less */
.shortcut .shortcut-title {
  margin-top: 4px;
  padding: 0 10px 0 10px;
  text-align: center;
}
/* line 547, tmp/styles/application.less */
.operation-result.success {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%239ecb0d%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%239ecb0d%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2220%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M31.411%2C16.414%20L19.414%2C28.411%20C18.891%2C28.934%2018.154%2C29.102%2017.486%2C28.932%20C16.826%2C29.097%2016.100%2C28.929%2015.583%2C28.413%20L9.588%2C22.417%20C8.805%2C21.635%208.805%2C20.367%209.588%2C19.584%20C10.370%2C18.802%2011.638%2C18.802%2012.420%2C19.584%20L17.474%2C24.638%20L28.554%2C13.558%20C29.343%2C12.769%2030.622%2C12.769%2031.411%2C13.558%20C32.199%2C14.347%2032.199%2C15.625%2031.411%2C16.414%20Z%22%20transform%3D%22translate(7%207)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 550, tmp/styles/application.less */
.operation-result.error {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23e1421d%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23e1421d%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M23.000%2C23.100%20L22.990%2C23.100%20C22.937%2C24.157%2022.070%2C25.000%2021.000%2C25.000%20C19.930%2C25.000%2019.063%2C24.157%2019.010%2C23.100%20L19.000%2C23.100%20L18.000%2C10.100%20L18.010%2C10.100%20C18.009%2C10.066%2018.000%2C10.034%2018.000%2C10.000%20C18.000%2C8.343%2019.343%2C7.000%2021.000%2C7.000%20C22.657%2C7.000%2024.000%2C8.343%2024.000%2C10.000%20C24.000%2C10.034%2023.991%2C10.066%2023.990%2C10.100%20L24.000%2C10.100%20L23.000%2C23.100%20ZM21.000%2C29.000%20C22.657%2C29.000%2024.000%2C30.343%2024.000%2C32.000%20C24.000%2C33.657%2022.657%2C35.000%2021.000%2C35.000%20C19.343%2C35.000%2018.000%2C33.657%2018.000%2C32.000%20C18.000%2C30.343%2019.343%2C29.000%2021.000%2C29.000%20Z%22%20transform%3D%22translate(7%207)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2220%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 554, tmp/styles/application.less */
.operation-result.success,
.operation-result.error {
  line-height: 28px;
  background-size: 4em;
  background-position: center 2em;
  background-repeat: no-repeat;
  padding-top: 6em;
}
/* line 561, tmp/styles/application.less */
.operation-result.success.barcode-success,
.operation-result.error.barcode-success {
  padding-top: 0;
  background: none;
  margin-top: -20px;
}
/* line 568, tmp/styles/application.less */
.operation-result a.ui-btn .ui-btn-inner {
  max-width: 16.5em;
}
/* line 570, tmp/styles/application.less */
.operation-result p {
  font-size: 16px;
}
/* line 573, tmp/styles/application.less */
.operation-result p.cash-code {
  font-size: 30px;
  margin: 16px 0;
}
/* line 578, tmp/styles/application.less */
.operation-result a {
  text-decoration: underline;
}
/* line 580, tmp/styles/application.less */
.operation-result a:hover {
  opacity: 0.7;
}
/* line 586, tmp/styles/application.less */
.ui-mobile .known-external-card-cvv-form {
  margin-top: 0.75em;
}
/* line 590, tmp/styles/application.less */
.locate-me {
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 12px;
  text-decoration: none;
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .locate-me {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .locate-me {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .locate-me {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.locate-me {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.locate-me {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.locate-me {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%22324%22%20height%3D%22323%22%20xlink%3Ahref%3D%22..%2F..%2F..%2F..%2F..%2FDownloads%2Flocation_geo_gps_cursor_arrow-512.png%22%20%20transform%3D%22matrix(8.641975e-02%200%200%208.641975e-02%204%204.0432)%22%3E%0A%3C%2Fimage%3E%0A%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%2229%2C7.9%2019%2C30%2018%2C17%205%2C16%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 598, tmp/styles/application.less */
.locate-me.loading {
  padding: 0;
  background-size: 24px;
}
/* line 604, tmp/styles/application.less */
.geolimiter-notification {
  display: none;
  padding: 8px 20px;
}
/* line 609, tmp/styles/application.less */
.cvv-help-link.ui-btn {
  margin: 30px 0 0 0;
}
/* line 613, tmp/styles/application.less */
.virtual-card-banner {
  border-radius: 0;
  background: url('images/virtual-card-ad.png') right center no-repeat #e6f3ff;
  background-size: auto 96px;
  display: block;
  height: 96px;
  overflow: hidden;
  padding: 0 176px 0 20px;
}
/* line 623, tmp/styles/application.less */
.virtual-card-banner h2 {
  margin-top: 12px;
}
/* line 627, tmp/styles/application.less */
a.virtual-card-banner,
.virtual-card-banner h2,
.virtual-card-banner div {
  color: black;
}
/* line 18, tmp/styles/utils.less */
.unsupported-browser-message .browsers,
.unsupported-browser-message .browsers .ui-listview > .ui-li-static,
.unsupported-browser-message .browsers .ui-listview > .ui-li-divider,
.unsupported-browser-message .browsers .ui-listview > li > a.ui-btn {
  text-align: center;
}
/* line 638, tmp/styles/application.less */
.unsupported-browser-message .browsers .browser {
  margin: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 64px;
  height: 64px;
  padding-top: 64px;
}
/* line 646, tmp/styles/application.less */
.unsupported-browser-message .browsers .browser.safari {
  background-image: url("images/safari.png");
}
/* line 649, tmp/styles/application.less */
.unsupported-browser-message .browsers .browser.chrome {
  background-image: url("data:image/png;base64,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");
}
/* line 656, tmp/styles/application.less */
.din-generator {
  margin-bottom: 20px;
}
/* line 660, tmp/styles/application.less */
.content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 300;
}
/* line 671, tmp/styles/application.less */
.contracts-page .contracts-list-container .inactive {
  display: none;
}
/* line 674, tmp/styles/application.less */
.contracts-page .contracts-list-container.show-archived-contracts .inactive {
  display: block;
}
/* line 678, tmp/styles/application.less */
.contracts-page .archived-contracts-switch-container,
.contracts-page .archived-instalment-switch-container {
  text-align: right;
  position: relative;
}
/* line 681, tmp/styles/application.less */
.contracts-page .archived-contracts-switch-container .archived-contracts-switch,
.contracts-page .archived-instalment-switch-container .archived-contracts-switch {
  line-height: 40px;
}
/* line 684, tmp/styles/application.less */
.contracts-page .archived-contracts-switch-container .switch-label,
.contracts-page .archived-instalment-switch-container .switch-label {
  font-size: 14px;
  margin-right: 28px;
}
/* line 688, tmp/styles/application.less */
.contracts-page .archived-contracts-switch-container .ui-li-count,
.contracts-page .archived-instalment-switch-container .ui-li-count {
  right: 0;
}
/* line 693, tmp/styles/application.less */
.contracts-page li.list-title {
  margin-top: 0;
}
/* line 698, tmp/styles/application.less */
.disable-pointer-events {
  pointer-events: none;
}
/* line 702, tmp/styles/application.less */
.complex-field > * {
  width: 0;
}
/* line 707, tmp/styles/application.less */
a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/* line 714, tmp/styles/application.less */
.empty-page-message {
  width: 75%;
  text-align: center;
  margin: 100px auto 0;
  padding-top: 100px;
}
/* line 720, tmp/styles/application.less */
.empty-page-message.warning-message {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center top;
  background-size: 100px;
}
/* line 727, tmp/styles/application.less */
.swiper-container {
  opacity: 1;
  transition: opacity 300ms;
}
/* line 731, tmp/styles/application.less */
.swiper-container.transparent {
  opacity: 0;
}
/* line 738, tmp/styles/application.less */
.bottom-bar {
  position: fixed;
  bottom: 0;
  background-color: #024b45;
  width: 100%;
  height: 56px;
  z-index: 10;
  border-top: 1px solid #E0E1E3;
}
/* line 747, tmp/styles/application.less */
html:not(.iphone-x-compat-mode) .bottom-bar {
  padding-bottom: env(safe-area-inset-bottom);
  /* iOS 11.2 */
}
/* line 751, tmp/styles/application.less */
.ui-page:not(.ui-page-active) ~ .bottom-bar {
  display: none !important;
}
/* line 755, tmp/styles/application.less */
.bottom-bar .bottom-bar-container {
  height: 56px;
}
/* line 759, tmp/styles/application.less */
.bottom-bar .bottom-bar-item {
  width: 0;
  margin: 0 4px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
/* line 766, tmp/styles/application.less */
.bottom-bar .bottom-bar-item .bottom-bar-button {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 38, tmp/styles/grids.less */
.bottom-bar .bottom-bar-item .bottom-bar-button.flex-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 42, tmp/styles/grids.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .flex-grow-0 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 46, tmp/styles/grids.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .flex-grow-1 {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 49, tmp/styles/grids.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .flex-grow-2 {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
/* line 775, tmp/styles/application.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}
/* line 786, tmp/styles/application.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-image {
  position: relative;
}
/* line 789, tmp/styles/application.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-image .unread-messages-badge,
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-image .bottom-bar-badge {
  position: absolute;
  background-color: #E7E300;
  color: black;
  padding: 2px;
  font-size: 12px;
  top: -2px;
  right: -6px;
  min-width: 12px;
  text-align: center;
}
/* line 804, tmp/styles/application.less */
.bottom-bar .bottom-bar-item.active,
.bottom-bar .bottom-bar-item:active,
.bottom-bar .bottom-bar-item.ui-btn-down {
  color: #E7E300;
}
/* line 816, tmp/styles/application.less */
.quotes-list li.ui-li-static div {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
/* line 822, tmp/styles/application.less */
.quotes-list .titles * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 827, tmp/styles/application.less */
.quotes-list .currency-title {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 830, tmp/styles/application.less */
.quotes-list .currency-title .to-currency {
  display: inline-block;
}
/* line 832, tmp/styles/application.less */
.quotes-list .currency-title .to-currency:after {
  content: '\279D';
}
/* line 838, tmp/styles/application.less */
.quotes-list .quote-value {
  min-width: 100px;
  text-align: right;
}
/* line 844, tmp/styles/application.less */
.page-content.with-banners {
  min-height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 851, tmp/styles/application.less */
.page-content.with-banners .contracts-list-container {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 855, tmp/styles/application.less */
.page-content.with-banners .archived-contracts-switch-container {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 860, tmp/styles/application.less */
.banner-carousel {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
  margin: 0 -20px -20px;
  position: relative;
}
/* line 867, tmp/styles/application.less */
.banner-carousel .close-banners {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
  z-index: 10;
}
/* line 875, tmp/styles/application.less */
.banner-carousel .close-banners:after {
  margin-left: -14px;
}
/* line 881, tmp/styles/application.less */
.banner-container {
  width: 100%;
  line-height: 0;
}
/* line 888, tmp/styles/application.less */
.banner-image-link img {
  width: 100%;
}
/* line 893, tmp/styles/application.less */
input[type="file"] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
/* line 901, tmp/styles/application.less */
.share-link {
  border-top: 1px solid #E0E1E3;
  border-bottom: 1px solid #E0E1E3;
  margin-top: 32px;
  height: 48px;
  line-height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
/* line 911, tmp/styles/application.less */
.share-link__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.97%2019.911c-.44-.072-.873-.228-1.403-.5-.416-.216-.632-.397-1.614-1.366-.626-.614-1.162-1.162-1.198-1.229-.09-.168-.072-.487.042-.656.133-.21.44-.307.669-.223.096.037.674.56%201.288%201.163%201.168%201.15%201.427%201.336%202.113%201.517.428.114%201.144.114%201.59%200%20.524-.139.915-.373%201.36-.813.67-.662.934-1.373.886-2.348-.036-.59-.18-1.054-.488-1.518-.12-.174-1.511-1.607-3.095-3.185-2.727-2.715-2.902-2.878-3.33-3.089-1.059-.511-2.324-.403-3.16.265-.488.392-.65.482-.862.482-.3%200-.554-.277-.554-.596%200-.21.043-.295.247-.518.338-.361%201-.765%201.59-.97.626-.21%201.704-.27%202.336-.12.542.127%201.192.434%201.638.777.199.15%201.65%201.571%203.221%203.155%202.035%202.047%202.92%202.98%203.065%203.221%201.054%201.807.813%203.89-.62%205.323-.994.994-2.39%201.451-3.721%201.228z%22%20transform%3D%22matrix(1%200%200%20-1%2014.018%2033.984)%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.563%2013.74c-.493-.109-1.174-.434-1.62-.771-.198-.15-1.661-1.583-3.257-3.185C.946%207.026.778%206.852.55%206.394c-.608-1.186-.704-2.3-.313-3.486C.633%201.722%201.736.62%202.94.222%204.15-.18%205.438-.03%206.6.65c.332.198%202.481%202.24%202.614%202.486.09.17.072.488-.043.657-.132.21-.439.307-.668.222-.096-.036-.674-.56-1.289-1.162-1.168-1.15-1.427-1.336-2.113-1.517-.427-.114-1.144-.114-1.59%200-.523.139-.915.373-1.36.813-.669.662-.933%201.373-.885%202.348.036.596.18%201.054.487%201.517.12.175%201.512%201.608%203.095%203.186%202.728%202.721%202.903%202.878%203.33%203.088%201.06.512%202.324.404%203.161-.265.566-.451.644-.487.903-.457.512.06.687.614.326%201.023-.422.482-1.205.928-1.963%201.126-.542.133-1.476.151-2.042.025z%22%20transform%3D%22matrix(1%200%200%20-1%2014.018%2033.984)%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 921, tmp/styles/application.less */
.share-link__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: black;
  font-size: 16px;
  margin-right: 30px;
}
/* line 928, tmp/styles/application.less */
.share-link__href {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 5, tmp/styles/page-specific.less */
body.app-is-loading {
  background-color: #E7E300;
}
/* line 10, tmp/styles/page-specific.less */
.anonymous-page .ui-header,
.anonymous-page .pre-content.invert,
.anonymous-page .page-content .invert {
  background-color: transparent;
}
/* line 16, tmp/styles/page-specific.less */
.anonymous-page.ui-page {
  background-color: #E7E300;
}
/* line 20, tmp/styles/page-specific.less */
.anonymous-page .ui-content .ui-select .ui-btn > span,
.anonymous-page .ui-content .ui-select .ui-btn,
.anonymous-page .ui-content .ui-input-text input,
.anonymous-page .ui-content .static-value {
  text-align: center;
}
/* line 28, tmp/styles/page-specific.less */
.anonymous-page .ui-content .ui-field-contain.has-tooltip .ui-select .ui-btn > span,
.anonymous-page .ui-content .ui-field-contain.has-tooltip .ui-select .ui-btn,
.anonymous-page .ui-content .ui-field-contain.has-tooltip .ui-input-text input,
.anonymous-page .ui-content .ui-field-contain.has-tooltip .static-value {
  padding-right: 28px;
}
/* line 36, tmp/styles/page-specific.less */
.anonymous-page.ui-page .lang-select-popup a {
  color: black;
}
/* line 40, tmp/styles/page-specific.less */
.anonymous-page .ui-content .app-messages-container {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 45, tmp/styles/page-specific.less */
.anonymous-page .ui-input-text input.has-tooltip.accessCode {
  padding-right: 28px;
}
/* line 49, tmp/styles/page-specific.less */
.anonymous-page .store-banner {
  height: 50px;
}
/* line 55, tmp/styles/page-specific.less */
.dashboard-page .pre-content {
  height: 100px;
  background-color: black;
}
/* line 60, tmp/styles/page-specific.less */
.dashboard-page .dashboard-shortcut-container {
  margin-bottom: 2em;
}
/* line 67, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .ui-header {
  background-color: #E7E300;
}
/* line 72, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list .list-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 76, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list .instalments-list-type,
.contracts-page#contracts-contract-summary .instalments-list .instalments-list-count {
  padding: 0;
  margin: 0;
  min-height: initial;
}
/* line 83, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list .instalments-list-type {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 87, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list .instalments-list-count {
  margin: 0 5px;
}
/* line 93, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list-paid .list-title,
.contracts-page#contracts-contract-summary .instalments-list-paid .instalments-list-type,
.contracts-page#contracts-contract-summary .instalments-list-paid .instalments-list-count,
.contracts-page#contracts-contract-summary .instalments-list-paid .amount,
.contracts-page#contracts-contract-summary .instalments-list-paid .title,
.contracts-page#contracts-contract-summary .instalments-list-paid .subtitle {
  color: #999;
}
/* line 102, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23999%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C17.399%20C30.623%2C18.186%2029.349%2C18.186%2028.563%2C17.399%20L15.984%2C4.799%20L3.403%2C17.402%20C2.617%2C18.189%201.342%2C18.189%200.557%2C17.402%20C-0.229%2C16.616%20-0.229%2C15.340%200.557%2C14.554%20L14.501%2C0.586%20C14.905%2C0.181%2015.437%2C-0.012%2015.967%2C-0.000%20C16.506%2C-0.021%2017.052%2C0.170%2017.464%2C0.582%20L31.409%2C14.551%20C32.195%2C15.337%2032.195%2C16.613%2031.409%2C17.399%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23999%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C17.399%20C30.623%2C18.186%2029.349%2C18.186%2028.563%2C17.399%20L15.984%2C4.799%20L3.403%2C17.402%20C2.617%2C18.189%201.342%2C18.189%200.557%2C17.402%20C-0.229%2C16.616%20-0.229%2C15.340%200.557%2C14.554%20L14.501%2C0.586%20C14.905%2C0.181%2015.437%2C-0.012%2015.967%2C-0.000%20C16.506%2C-0.021%2017.052%2C0.170%2017.464%2C0.582%20L31.409%2C14.551%20C32.195%2C15.337%2032.195%2C16.613%2031.409%2C17.399%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-up-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-u:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23999%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C17.399%20C30.623%2C18.186%2029.349%2C18.186%2028.563%2C17.399%20L15.984%2C4.799%20L3.403%2C17.402%20C2.617%2C18.189%201.342%2C18.189%200.557%2C17.402%20C-0.229%2C16.616%20-0.229%2C15.340%200.557%2C14.554%20L14.501%2C0.586%20C14.905%2C0.181%2015.437%2C-0.012%2015.967%2C-0.000%20C16.506%2C-0.021%2017.052%2C0.170%2017.464%2C0.582%20L31.409%2C14.551%20C32.195%2C15.337%2032.195%2C16.613%2031.409%2C17.399%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 106, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23999%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C3.418%20L17.465%2C17.387%20C17.053%2C17.799%2016.507%2C17.990%2015.967%2C17.969%20C15.438%2C17.981%2014.905%2C17.788%2014.501%2C17.383%20L0.557%2C3.415%20C-0.229%2C2.629%20-0.229%2C1.353%200.557%2C0.567%20C1.343%2C-0.220%202.617%2C-0.220%203.403%2C0.567%20L15.985%2C13.170%20L28.563%2C0.570%20C29.349%2C-0.217%2030.623%2C-0.217%2031.409%2C0.570%20C32.195%2C1.356%2032.195%2C2.632%2031.409%2C3.418%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23999%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C3.418%20L17.465%2C17.387%20C17.053%2C17.799%2016.507%2C17.990%2015.967%2C17.969%20C15.438%2C17.981%2014.905%2C17.788%2014.501%2C17.383%20L0.557%2C3.415%20C-0.229%2C2.629%20-0.229%2C1.353%200.557%2C0.567%20C1.343%2C-0.220%202.617%2C-0.220%203.403%2C0.567%20L15.985%2C13.170%20L28.563%2C0.570%20C29.349%2C-0.217%2030.623%2C-0.217%2031.409%2C0.570%20C32.195%2C1.356%2032.195%2C2.632%2031.409%2C3.418%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("images/light/arrow-down-faded.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.contracts-page#contracts-contract-summary .instalments-list-paid .list-title.ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23999%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M31.409%2C3.418%20L17.465%2C17.387%20C17.053%2C17.799%2016.507%2C17.990%2015.967%2C17.969%20C15.438%2C17.981%2014.905%2C17.788%2014.501%2C17.383%20L0.557%2C3.415%20C-0.229%2C2.629%20-0.229%2C1.353%200.557%2C0.567%20C1.343%2C-0.220%202.617%2C-0.220%203.403%2C0.567%20L15.985%2C13.170%20L28.563%2C0.570%20C29.349%2C-0.217%2030.623%2C-0.217%2031.409%2C0.570%20C32.195%2C1.356%2032.195%2C2.632%2031.409%2C3.418%20Z%22%20transform%3D%22translate(12%2019)%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 111, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalment-payment-fine,
.contracts-page#contracts-contract-summary .instalment-payment-status_overdue {
  color: #f25863;
}
/* line 117, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .instalments-list.accordion .ui-listview li.ui-last-child {
  border-bottom: 0;
}
/* line 122, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .ui-listview li {
  min-height: initial;
}
/* line 126, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .contract-section-services-container {
  text-align: center;
}
/* line 130, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .add-to-digital-wallet-btn {
  margin-top: 0;
}
/* line 134, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .added-to-google-wallet-label {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  height: 50px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E0E1E3;
  margin-bottom: 20px;
  border-radius: 24px;
  padding-top: 12px;
}
/* line 144, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .added-to-google-wallet-label .added-to-google-wallet-label__logo {
  width: 108px;
  height: 24px;
  margin: 0 -12px 0 -8px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.3.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22G_Pay_Acceptance_Mark%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201094%20742%22%20enable-background%3D%22new%200%200%201094%20742%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22G_Pay_Lockup_1_%22%3E%0D%0A%09%3Cg%20id%3D%22Pay_Typeface_3_%22%3E%0D%0A%09%09%3Cpath%20id%3D%22Letter_p_3_%22%20fill%3D%22%233C4043%22%20d%3D%22M529.3%2C384.2v60.5h-19.2V295.3H561c12.9%2C0%2C23.9%2C4.3%2C32.9%2C12.9%0D%0A%09%09%09c9.2%2C8.6%2C13.8%2C19.1%2C13.8%2C31.5c0%2C12.7-4.6%2C23.2-13.8%2C31.7c-8.9%2C8.5-19.9%2C12.7-32.9%2C12.7h-31.7V384.2z%20M529.3%2C313.7v52.1h32.1%0D%0A%09%09%09c7.6%2C0%2C14-2.6%2C19-7.7c5.1-5.1%2C7.7-11.3%2C7.7-18.3c0-6.9-2.6-13-7.7-18.1c-5-5.3-11.3-7.9-19-7.9h-32.1V313.7z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22Letter_a_3_%22%20fill%3D%22%233C4043%22%20d%3D%22M657.9%2C339.1c14.2%2C0%2C25.4%2C3.8%2C33.6%2C11.4c8.2%2C7.6%2C12.3%2C18%2C12.3%2C31.2v63h-18.3v-14.2h-0.8%0D%0A%09%09%09c-7.9%2C11.7-18.5%2C17.5-31.7%2C17.5c-11.3%2C0-20.7-3.3-28.3-10s-11.4-15-11.4-25c0-10.6%2C4-19%2C12-25.2c8-6.3%2C18.7-9.4%2C32-9.4%0D%0A%09%09%09c11.4%2C0%2C20.8%2C2.1%2C28.1%2C6.3v-4.4c0-6.7-2.6-12.3-7.9-17c-5.3-4.7-11.5-7-18.6-7c-10.7%2C0-19.2%2C4.5-25.4%2C13.6l-16.9-10.6%0D%0A%09%09%09C625.9%2C345.8%2C639.7%2C339.1%2C657.9%2C339.1z%20M633.1%2C413.3c0%2C5%2C2.1%2C9.2%2C6.4%2C12.5c4.2%2C3.3%2C9.2%2C5%2C14.9%2C5c8.1%2C0%2C15.3-3%2C21.6-9%0D%0A%09%09%09s9.5-13%2C9.5-21.1c-6-4.7-14.3-7.1-25-7.1c-7.8%2C0-14.3%2C1.9-19.5%2C5.6C635.7%2C403.1%2C633.1%2C407.8%2C633.1%2C413.3z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22Letter_y_3_%22%20fill%3D%22%233C4043%22%20d%3D%22M808.2%2C342.4l-64%2C147.2h-19.8l23.8-51.5L706%2C342.4h20.9l30.4%2C73.4h0.4l29.6-73.4H808.2z%22%0D%0A%09%09%09%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%20id%3D%22G_Mark_1_%22%3E%0D%0A%09%09%3Cpath%20id%3D%22Blue_500%22%20fill%3D%22%234285F4%22%20d%3D%22M452.93%2C372c0-6.26-0.56-12.25-1.6-18.01h-80.48v33L417.2%2C387%0D%0A%09%09%09c-1.88%2C10.98-7.93%2C20.34-17.2%2C26.58v21.41h27.59C443.7%2C420.08%2C452.93%2C398.04%2C452.93%2C372z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22Green_500_1_%22%20fill%3D%22%2334A853%22%20d%3D%22M400.01%2C413.58c-7.68%2C5.18-17.57%2C8.21-29.14%2C8.21c-22.35%2C0-41.31-15.06-48.1-35.36%0D%0A%09%09%09h-28.46v22.08c14.1%2C27.98%2C43.08%2C47.18%2C76.56%2C47.18c23.14%2C0%2C42.58-7.61%2C56.73-20.71L400.01%2C413.58z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22Yellow_500_1_%22%20fill%3D%22%23FABB05%22%20d%3D%22M320.09%2C370.05c0-5.7%2C0.95-11.21%2C2.68-16.39v-22.08h-28.46%0D%0A%09%09%09c-5.83%2C11.57-9.11%2C24.63-9.11%2C38.47s3.29%2C26.9%2C9.11%2C38.47l28.46-22.08C321.04%2C381.26%2C320.09%2C375.75%2C320.09%2C370.05z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22Red_500%22%20fill%3D%22%23E94235%22%20d%3D%22M370.87%2C318.3c12.63%2C0%2C23.94%2C4.35%2C32.87%2C12.85l24.45-24.43%0D%0A%09%09%09c-14.85-13.83-34.21-22.32-57.32-22.32c-33.47%2C0-62.46%2C19.2-76.56%2C47.18l28.46%2C22.08C329.56%2C333.36%2C348.52%2C318.3%2C370.87%2C318.3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center;
  background-size: cover;
}
/* line 152, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .added-to-google-wallet-label .added-to-google-wallet-label__delimiter {
  width: 1px;
  background: #E0E1E3;
  height: 24px;
}
/* line 158, tmp/styles/page-specific.less */
.contracts-page#contracts-contract-summary .added-to-google-wallet-label .added-to-google-wallet-label__description {
  line-height: 24px;
  color: black;
  margin: 0 20px;
  white-space: nowrap;
  opacity: 0.5;
}
/* line 168, tmp/styles/page-specific.less */
.contracts-page ul.table li {
  height: 50px;
}
/* line 172, tmp/styles/page-specific.less */
.contracts-page .pre-content {
  position: relative;
  padding: 0;
}
/* line 176, tmp/styles/page-specific.less */
.contracts-page .pre-content .transaction-window-open-link {
  margin-top: 8px;
}
/* line 181, tmp/styles/page-specific.less */
.contracts-page .contracts-content .pre-content {
  padding: 0;
}
/* line 185, tmp/styles/page-specific.less */
.contracts-page li.inactive .contract-link {
  text-decoration: line-through;
  color: #999;
}
/* line 192, tmp/styles/page-specific.less */
.contracts-page .contract-link .contract-details,
.contracts-page .operation-instalment-link .contract-details,
.contracts-page .contract-link .operation-instalment-details,
.contracts-page .operation-instalment-link .operation-instalment-details {
  overflow: hidden;
  padding: 16px 0;
  line-height: 24px;
}
/* line 199, tmp/styles/page-specific.less */
.contracts-page .contract-link .contract-details .balance,
.contracts-page .operation-instalment-link .contract-details .balance,
.contracts-page .contract-link .operation-instalment-details .balance,
.contracts-page .operation-instalment-link .operation-instalment-details .balance {
  margin-left: 12px;
}
/* line 203, tmp/styles/page-specific.less */
.contracts-page .contract-link .contract-details *,
.contracts-page .operation-instalment-link .contract-details *,
.contracts-page .contract-link .operation-instalment-details *,
.contracts-page .operation-instalment-link .operation-instalment-details * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 208, tmp/styles/page-specific.less */
.contracts-page .contract-link .contract-description,
.contracts-page .operation-instalment-link .contract-description {
  padding-top: 4px;
}
/* line 211, tmp/styles/page-specific.less */
.contracts-page .contract-link .contract-description:empty,
.contracts-page .operation-instalment-link .contract-description:empty {
  display: none;
}
/* line 217, tmp/styles/page-specific.less */
.contracts-page .contract-link .additional-balances:empty,
.contracts-page .operation-instalment-link .additional-balances:empty {
  display: none;
}
/* line 222, tmp/styles/page-specific.less */
.contracts-page .contract-link .contract-description,
.contracts-page .operation-instalment-link .contract-description,
.contracts-page .contract-link .contract-description *,
.contracts-page .operation-instalment-link .contract-description *,
.contracts-page .contract-link .additional-balances,
.contracts-page .operation-instalment-link .additional-balances,
.contracts-page .contract-link .additional-balances *,
.contracts-page .operation-instalment-link .additional-balances * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/* line 232, tmp/styles/page-specific.less */
.contracts-page .card-contract-link .card {
  margin-top: 16px;
}
/* line 236, tmp/styles/page-specific.less */
.contracts-page .card-contract-link .icon-set {
  padding-top: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 244, tmp/styles/page-specific.less */
.contracts-page .card-contract-link .icon-set .ui-icon-transaction-window-activate:after {
  background-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 253, tmp/styles/page-specific.less */
.contracts-page .ui-listview li.empty-section {
  border: none;
  margin: 0 -20px;
  padding: 24px 12px 24px 20px;
  background: #FFFFFF;
  min-height: 0;
}
/* line 261, tmp/styles/page-specific.less */
.contracts-page .empty-section-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 265, tmp/styles/page-specific.less */
.contracts-page .empty-section-container .ui-empty-section-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: 32px;
  background-color: white;
  background-position: center center;
  margin-right: 16px;
}
/* line 276, tmp/styles/page-specific.less */
.contracts-page .empty-section-container .empty-section-message {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 281, tmp/styles/page-specific.less */
.contracts-page .empty-section-container .empty-section-message .title {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  white-space: normal;
}
/* line 288, tmp/styles/page-specific.less */
.contracts-page .empty-section-container .empty-section-message .message {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  padding: 6px 20px 0 0;
  white-space: normal;
}
/* line 299, tmp/styles/page-specific.less */
.contracts-page .header-menu-link {
  transition: 0.5s ease-in-out;
}
/* line 302, tmp/styles/page-specific.less */
.contracts-page .header-menu-link.expanded {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 307, tmp/styles/page-specific.less */
.contracts-page .actions-menu.ui-listview {
  display: none;
}
/* line 310, tmp/styles/page-specific.less */
.contracts-page .actions-menu.ui-listview li {
  margin: 0 20px;
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 315, tmp/styles/page-specific.less */
.contracts-page .actions-menu.ui-listview a.ui-btn {
  text-align: center;
  font-size: 18px;
}
/* line 322, tmp/styles/page-specific.less */
.contracts-page .toggle-actions-menu:after {
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
/* line 326, tmp/styles/page-specific.less */
.contracts-page .toggle-actions-menu.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 331, tmp/styles/page-specific.less */
.contracts-page .additional-balances {
  border-top: 1px dashed #E0E1E3;
  padding-top: 16px;
}
/* line 336, tmp/styles/page-specific.less */
.contracts-page .payment-info-details:first-child .list-title {
  padding-top: 0;
  min-height: 20px;
}
/* line 341, tmp/styles/page-specific.less */
.contracts-page .quotes {
  margin: 0 -20px;
  padding: 0 20px;
  background: #FFFFFF;
}
/* line 346, tmp/styles/page-specific.less */
.contracts-page .quotes.loading {
  margin: 0;
  padding: 0;
  border: solid #E0E1E3;
  border-width: 1px 0;
  background: none;
  height: 48px;
}
/* line 355, tmp/styles/page-specific.less */
.contracts-page .quotes a.ui-btn {
  padding: 0;
  margin: 0 -8px 0 0;
  display: block;
  line-height: 48px;
  text-align: left;
}
/* line 363, tmp/styles/page-specific.less */
.contracts-page .quotes table {
  width: 100%;
  border-spacing: 0;
}
/* line 367, tmp/styles/page-specific.less */
.contracts-page .quotes table tr {
  line-height: 48px;
}
/* line 371, tmp/styles/page-specific.less */
.contracts-page .quotes table th,
.contracts-page .quotes table td {
  border-bottom: 1px solid #E0E1E3;
}
/* line 375, tmp/styles/page-specific.less */
.contracts-page .quotes table th {
  font-size: 14px;
  color: #999;
}
/* line 380, tmp/styles/page-specific.less */
.contracts-page .quotes table .currency-title {
  text-align: left;
}
/* line 384, tmp/styles/page-specific.less */
.contracts-page .quotes table td.currency-title {
  color: #007054;
}
/* line 388, tmp/styles/page-specific.less */
.contracts-page .quotes table .quote-buy-value {
  text-align: center;
}
/* line 392, tmp/styles/page-specific.less */
.contracts-page .quotes table .quote-sell-value {
  text-align: right;
}
/* line 396, tmp/styles/page-specific.less */
.contracts-page .quotes table .currency-title,
.contracts-page .quotes table .quote-sell-value {
  width: 30%;
}
/* line 401, tmp/styles/page-specific.less */
.contracts-page .quotes table .quote-buy-value {
  width: 40%;
}
/* line 407, tmp/styles/page-specific.less */
.contracts-page .actions-btn-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 411, tmp/styles/page-specific.less */
.contracts-page .actions-btn-wrapper a.ui-btn.btn-sec {
  white-space: normal;
  line-height: 1.2;
  text-align: left;
  color: black;
  border-color: black;
}
/* line 422, tmp/styles/page-specific.less */
.contract-action-list .ui-btn-icon-left:after {
  margin-top: -15px;
}
/* line 430, tmp/styles/page-specific.less */
.history-page .search-link:after,
.payments-page .search-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 435, tmp/styles/page-specific.less */
.history-page .search-link.expanded:after,
.payments-page .search-link.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 443, tmp/styles/page-specific.less */
#history-history-page .page-content {
  padding-top: 0;
}
/* line 447, tmp/styles/page-specific.less */
#history-history-page .list-items-container {
  padding-top: 27px;
}
/* line 456, tmp/styles/page-specific.less */
.certificate-details .status--in-progress .value:after,
.certificate-details .status--complete .value:after,
.certificate-details .status--failed .value:after {
  clear: none;
  float: right;
  background-position-y: 2px;
  margin-left: 4px;
}
/* line 463, tmp/styles/page-specific.less */
.certificate-details .status--in-progress .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 466, tmp/styles/page-specific.less */
.certificate-details .status--complete .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 469, tmp/styles/page-specific.less */
.certificate-details .status--failed .value:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 476, tmp/styles/page-specific.less */
.history-page .analytics-link,
.contracts-page .analytics-link {
  display: block;
  text-align: left;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-31%2033%2024%2024%22%20style%3D%22enable-background%3Anew%20-31%2033%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bfill%3A%2398C000%3B%7D%0D%0A%09.st2%7Bfill%3A%2345B0D7%3B%7D%0D%0A%09.st3%7Bfill%3A%23ACCF7D%3B%7D%0D%0A%09.st4%7Bfill%3A%23EA6981%3B%7D%0D%0A%09.st5%7Bfill%3A%23EC8CAD%3B%7D%0D%0A%09.st6%7Bfill%3A%23FFDC00%3B%7D%0D%0A%09.st7%7Bfill%3A%23F08800%3B%7D%0D%0A%09.st8%7Bfill%3A%23AF69B3%3B%7D%0D%0A%09.st9%7Bfill%3A%2385C1EA%3B%7D%0D%0A%09.st10%7Bfill%3A%23763CBD%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Ccircle%20id%3D%22SVGID_1_%22%20cx%3D%22-19%22%20cy%3D%2245%22%20r%3D%2211%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22-31%2C38%20-19%2C45%20-31%2C45%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st2%22%20points%3D%22-29%2C33%20-19%2C33%20-19%2C45%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st3%22%20points%3D%22-31%2C39%20-31%2C33%20-28%2C33%20-19%2C45%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st4%22%20points%3D%22-14%2C57%20-24%2C57%20-19%2C45%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st5%22%20points%3D%22-7%2C57%20-15%2C57%20-19%2C45%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st6%22%20points%3D%22-19%2C45%20-30%2C57%20-31%2C57%20-31%2C44%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st7%22%20points%3D%22-31%2C57%20-19%2C45%20-23%2C57%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st8%22%20points%3D%22-19%2C45%20-7%2C43%20-7%2C57%20-9%2C57%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st9%22%20points%3D%22-7%2C33%20-20%2C33%20-19%2C45%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3Cpolygon%20class%3D%22st10%22%20points%3D%22-19%2C45%20-7%2C33%20-7%2C44%20%09%09%09%09%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat left 20px center #f3f5f7;
}
/* line 481, tmp/styles/page-specific.less */
.history-page .analytics-link:after,
.contracts-page .analytics-link:after {
  right: 12px !important;
}
/* line 487, tmp/styles/page-specific.less */
.history-page .analytics-link {
  margin: 0 -20px;
  padding: 16px 20px 16px 76px;
  background-size: 40px;
  line-height: 40px;
}
/* line 494, tmp/styles/page-specific.less */
.contracts-page .analytics-link {
  font-size: 14px;
  margin: -20px -20px 20px;
  padding: 12px 20px 12px 60px;
  background-size: 28px;
  line-height: 24px;
}
/* line 506, tmp/styles/page-specific.less */
.history-page .contract-filter,
.history-analytics-page .contract-filter,
.applications-history-page .contract-filter {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C17%0A%09v11c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V16c0-1.1%2C0.9-2%2C2-2h19%20M6%2C20h24%20M27%2C14c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0%0A%09c0-1.7-1.3-3-3-3l0%2C0C28.3%2C11%2C27%2C12.3%2C27%2C14L27%2C14z%20M22%2C7c0%2C1.7%2C1.3%2C3%2C3%2C3l0%2C0c1.7%2C0%2C3-1.3%2C3-3l0%2C0c0-1.7-1.3-3-3-3l0%2C0%0A%09C23.3%2C4%2C22%2C5.3%2C22%2C7L22%2C7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 509, tmp/styles/page-specific.less */
.history-page .period-filter,
.history-analytics-page .period-filter,
.applications-history-page .period-filter {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 512, tmp/styles/page-specific.less */
.history-page .contract-filter,
.history-analytics-page .contract-filter,
.applications-history-page .contract-filter,
.history-page .period-filter,
.history-analytics-page .period-filter,
.applications-history-page .period-filter {
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left center;
  font-size: 18px;
}
/* line 518, tmp/styles/page-specific.less */
.history-page .contract-filter .ui-btn span,
.history-analytics-page .contract-filter .ui-btn span,
.applications-history-page .contract-filter .ui-btn span,
.history-page .period-filter .ui-btn span,
.history-analytics-page .period-filter .ui-btn span,
.applications-history-page .period-filter .ui-btn span {
  padding-left: 32px;
}
/* line 521, tmp/styles/page-specific.less */
.history-page .contract-filter .loading,
.history-analytics-page .contract-filter .loading,
.applications-history-page .contract-filter .loading,
.history-page .period-filter .loading,
.history-analytics-page .period-filter .loading,
.applications-history-page .period-filter .loading {
  margin-left: 28px;
}
/* line 525, tmp/styles/page-specific.less */
.history-page .ui-input-search,
.history-analytics-page .ui-input-search,
.applications-history-page .ui-input-search {
  left: 0;
  position: absolute;
  width: 100%;
  border: 0;
  color: black;
}
/* line 539, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item,
.history-analytics-page .history-list .ui-btn.history-list-item,
.payments-page .history-list .ui-btn.history-list-item,
.contracts-page .history-list .ui-btn.history-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
  line-height: normal;
  min-height: 0;
}
/* line 546, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .operation-description,
.history-analytics-page .history-list .ui-btn.history-list-item .operation-description,
.payments-page .history-list .ui-btn.history-list-item .operation-description,
.contracts-page .history-list .ui-btn.history-list-item .operation-description {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
/* line 550, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .operation-description .half-height-row,
.history-analytics-page .history-list .ui-btn.history-list-item .operation-description .half-height-row,
.payments-page .history-list .ui-btn.history-list-item .operation-description .half-height-row,
.contracts-page .history-list .ui-btn.history-list-item .operation-description .half-height-row {
  line-height: 22px;
}
/* line 556, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .title,
.history-analytics-page .history-list .ui-btn.history-list-item .title,
.payments-page .history-list .ui-btn.history-list-item .title,
.contracts-page .history-list .ui-btn.history-list-item .title {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 560, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .subtitle,
.history-analytics-page .history-list .ui-btn.history-list-item .subtitle,
.payments-page .history-list .ui-btn.history-list-item .subtitle,
.contracts-page .history-list .ui-btn.history-list-item .subtitle {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  white-space: normal;
}
/* line 567, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .payment-icon,
.history-analytics-page .history-list .ui-btn.history-list-item .payment-icon,
.payments-page .history-list .ui-btn.history-list-item .payment-icon,
.contracts-page .history-list .ui-btn.history-list-item .payment-icon {
  position: static;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
/* line 575, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .primary-icon,
.history-analytics-page .history-list .ui-btn.history-list-item .primary-icon,
.payments-page .history-list .ui-btn.history-list-item .primary-icon,
.contracts-page .history-list .ui-btn.history-list-item .primary-icon,
.history-page .history-list .ui-btn.history-list-item .secondary-icon,
.history-analytics-page .history-list .ui-btn.history-list-item .secondary-icon,
.payments-page .history-list .ui-btn.history-list-item .secondary-icon,
.contracts-page .history-list .ui-btn.history-list-item .secondary-icon {
  margin-left: 4px;
  margin-top: -1px;
}
/* line 580, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .primary-icon:after,
.history-analytics-page .history-list .ui-btn.history-list-item .primary-icon:after,
.payments-page .history-list .ui-btn.history-list-item .primary-icon:after,
.contracts-page .history-list .ui-btn.history-list-item .primary-icon:after,
.history-page .history-list .ui-btn.history-list-item .secondary-icon:after,
.history-analytics-page .history-list .ui-btn.history-list-item .secondary-icon:after,
.payments-page .history-list .ui-btn.history-list-item .secondary-icon:after,
.contracts-page .history-list .ui-btn.history-list-item .secondary-icon:after {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
/* line 588, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item .promo-title,
.history-analytics-page .history-list .ui-btn.history-list-item .promo-title,
.payments-page .history-list .ui-btn.history-list-item .promo-title,
.contracts-page .history-list .ui-btn.history-list-item .promo-title {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  color: #007054;
}
/* line 596, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item.no-image,
.history-analytics-page .history-list .ui-btn.history-list-item.no-image,
.payments-page .history-list .ui-btn.history-list-item.no-image,
.contracts-page .history-list .ui-btn.history-list-item.no-image {
  padding-left: 56px;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2030.72%2030.72%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%2C.cls-4%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%2C.cls-4%7Bstroke%3A%23000003%3B%7D.cls-3%7Bstroke-miterlimit%3A10%3Bstroke-width%3A0.48px%3B%7D.cls-4%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.48px%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2230.72%22%20height%3D%2230.72%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3EIcons_128px%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2230.72%22%20height%3D%2230.72%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M12%2C6.2H10.91V8.89l.8-.73a4.3%2C4.3%2C0%2C0%2C0%2C7.76-2h-1.1a3.21%2C3.21%2C0%2C0%2C1-3.16%2C2.69A3.24%2C3.24%2C0%2C0%2C1%2C12.5%2C7.42L13.84%2C6.2Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.21%2C1.37a4.3%2C4.3%2C0%2C0%2C0-4.27%2C3.76H12a3.24%2C3.24%2C0%2C0%2C1%2C3.19-2.69A3.2%2C3.2%2C0%2C0%2C1%2C18%2C4L16.81%2C5.13H19.5V2.44l-.77.77A4.31%2C4.31%2C0%2C0%2C0%2C15.21%2C1.37Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M6.07%2C14.45H23.81a1.26%2C1.26%2C0%2C0%2C1%2C.92.38%2C1.28%2C1.28%2C0%2C0%2C1%2C.38.9v2.71H19.55a1.69%2C1.69%2C0%2C0%2C0-1.66%2C1.66v3.43a1.56%2C1.56%2C0%2C0%2C0%2C.49%2C1.17%2C1.58%2C1.58%2C0%2C0%2C0%2C1.17.5h5.56v2.71a1.39%2C1.39%2C0%2C0%2C1-.38.92%2C1.37%2C1.37%2C0%2C0%2C1-.92.36H6.07a1.3%2C1.3%2C0%2C0%2C1-.9-.36%2C1.34%2C1.34%2C0%2C0%2C1-.38-.92V15.73a1.24%2C1.24%2C0%2C0%2C1%2C.38-.9A1.2%2C1.2%2C0%2C0%2C1%2C6.07%2C14.45Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M19.55%2C19.36h5.76a.73.73%2C0%2C0%2C1%2C.72.74v3.43a.73.73%2C0%2C0%2C1-.72.75H19.55a.73.73%2C0%2C0%2C1-.72-.75V20.1A.73.73%2C0%2C0%2C1%2C19.55%2C19.36Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M6%2C13.69c4-1%2C11-2%2C14.92-3a.74.74%2C0%2C0%2C1%2C.72.43c.22.85.45%2C1.7.67%2C2.56Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M22.33%2C20.35a1.44%2C1.44%2C0%2C1%2C1-1.44%2C1.44A1.44%2C1.44%2C0%2C0%2C1%2C22.33%2C20.35Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left top 16px;
  background-size: 40px;
}
/* line 597, tmp/styles/page-specific.less */
.history-page .history-list .ui-btn.history-list-item.no-image .payment-icon,
.history-analytics-page .history-list .ui-btn.history-list-item.no-image .payment-icon,
.payments-page .history-list .ui-btn.history-list-item.no-image .payment-icon,
.contracts-page .history-list .ui-btn.history-list-item.no-image .payment-icon {
  display: none;
}
/* line 610, tmp/styles/page-specific.less */
.history-details-page .instalment-payment-status_overdue {
  color: #f25863;
}
/* line 614, tmp/styles/page-specific.less */
.history-details-page .pre-content {
  background: white;
}
/* line 618, tmp/styles/page-specific.less */
.history-details-page .operation-title {
  color: black;
}
/* line 622, tmp/styles/page-specific.less */
.history-details-page .operation-subtitle {
  color: #999;
  margin: 8px 0 0;
}
/* line 627, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper {
  margin: 0 -20px 32px;
  padding: 0 20px;
  background: #f3f5f7;
}
/* line 632, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion {
  border: none;
}
/* line 636, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  word-wrap: break-word;
  padding: 24px 32px 24px 0;
  height: auto;
  line-height: 24px;
}
/* line 646, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion-title .payment-icon {
  margin-right: 16px;
}
/* line 650, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion-title.no-image {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300adff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22star%22%20class%3D%22cls-1%22%20d%3D%22M308.5%2C345l-5.55%2C11.748L290%2C358.369l9.52%2C8.879L297.065%2C380l11.433-6.26L319.931%2C380l-2.453-12.749L327%2C358.369l-12.949-1.619Z%22%20transform%3D%22translate(-280.5%20-334.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left -8px top 14px;
  background-size: 44px;
  padding-left: 52px;
}
/* line 651, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion-title.no-image .payment-icon {
  display: none;
}
/* line 660, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion-title:after {
  top: 50%;
  margin-top: -14px;
}
/* line 666, tmp/styles/page-specific.less */
.history-details-page .history-details-promo-wrapper .accordion-content {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}
/* line 673, tmp/styles/page-specific.less */
.history-details-page .operation-details-header {
  text-align: center;
  padding-top: 32px;
}
/* line 677, tmp/styles/page-specific.less */
.history-details-page .operation-details-header .payment-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}
/* line 683, tmp/styles/page-specific.less */
.history-details-page .operation-details-header.no-image {
  padding-top: 108px;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2030.72%2030.72%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%2C.cls-4%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%2C.cls-4%7Bstroke%3A%23000003%3B%7D.cls-3%7Bstroke-miterlimit%3A10%3Bstroke-width%3A0.48px%3B%7D.cls-4%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.48px%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2230.72%22%20height%3D%2230.72%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3EIcons_128px%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2230.72%22%20height%3D%2230.72%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M12%2C6.2H10.91V8.89l.8-.73a4.3%2C4.3%2C0%2C0%2C0%2C7.76-2h-1.1a3.21%2C3.21%2C0%2C0%2C1-3.16%2C2.69A3.24%2C3.24%2C0%2C0%2C1%2C12.5%2C7.42L13.84%2C6.2Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.21%2C1.37a4.3%2C4.3%2C0%2C0%2C0-4.27%2C3.76H12a3.24%2C3.24%2C0%2C0%2C1%2C3.19-2.69A3.2%2C3.2%2C0%2C0%2C1%2C18%2C4L16.81%2C5.13H19.5V2.44l-.77.77A4.31%2C4.31%2C0%2C0%2C0%2C15.21%2C1.37Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M6.07%2C14.45H23.81a1.26%2C1.26%2C0%2C0%2C1%2C.92.38%2C1.28%2C1.28%2C0%2C0%2C1%2C.38.9v2.71H19.55a1.69%2C1.69%2C0%2C0%2C0-1.66%2C1.66v3.43a1.56%2C1.56%2C0%2C0%2C0%2C.49%2C1.17%2C1.58%2C1.58%2C0%2C0%2C0%2C1.17.5h5.56v2.71a1.39%2C1.39%2C0%2C0%2C1-.38.92%2C1.37%2C1.37%2C0%2C0%2C1-.92.36H6.07a1.3%2C1.3%2C0%2C0%2C1-.9-.36%2C1.34%2C1.34%2C0%2C0%2C1-.38-.92V15.73a1.24%2C1.24%2C0%2C0%2C1%2C.38-.9A1.2%2C1.2%2C0%2C0%2C1%2C6.07%2C14.45Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M19.55%2C19.36h5.76a.73.73%2C0%2C0%2C1%2C.72.74v3.43a.73.73%2C0%2C0%2C1-.72.75H19.55a.73.73%2C0%2C0%2C1-.72-.75V20.1A.73.73%2C0%2C0%2C1%2C19.55%2C19.36Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M6%2C13.69c4-1%2C11-2%2C14.92-3a.74.74%2C0%2C0%2C1%2C.72.43c.22.85.45%2C1.7.67%2C2.56Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M22.33%2C20.35a1.44%2C1.44%2C0%2C1%2C1-1.44%2C1.44A1.44%2C1.44%2C0%2C0%2C1%2C22.33%2C20.35Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top 32px;
  background-size: 56px;
}
/* line 684, tmp/styles/page-specific.less */
.history-details-page .operation-details-header.no-image .payment-icon {
  display: none;
}
/* line 695, tmp/styles/page-specific.less */
.history-details-page .history-details-wrapper .accordion-content {
  padding-bottom: 0.5em;
}
/* line 700, tmp/styles/page-specific.less */
.history-details-page .amounts {
  margin-top: 0.5em;
}
/* line 706, tmp/styles/page-specific.less */
.history-analytics-page .pre-content {
  background: #f3f5f7;
}
/* line 711, tmp/styles/page-specific.less */
.history-analytics-page .filters-block .contract-filter {
  border: solid rgba(224, 225, 227, 0.5);
  border-width: 1px 0;
  margin: 0 20px;
}
/* line 718, tmp/styles/page-specific.less */
.history-analytics-page .ui-navbar li > a.ui-btn {
  border-radius: 0;
}
/* line 723, tmp/styles/page-specific.less */
.history-analytics-page .analytics-swiper-container .swiper-button-next,
.history-analytics-page .analytics-swiper-container .swiper-button-prev {
  margin-top: 6px;
}
/* line 729, tmp/styles/page-specific.less */
.history-analytics-page .expenses-tab-content {
  padding: 8px 0;
}
/* line 733, tmp/styles/page-specific.less */
.history-analytics-page .category-swiper-container,
.history-analytics-page .income-tab-content {
  padding: 40px 0;
}
/* line 738, tmp/styles/page-specific.less */
.history-analytics-page .pre-content {
  padding: 0;
}
/* line 741, tmp/styles/page-specific.less */
.history-analytics-page .pre-content .ui-icon-loader:after {
  margin: 0 auto;
  background-size: 36px;
}
/* line 750, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li a,
.history-analytics-page .history-analytics-category-list li.ui-last-child a {
  line-height: 0;
}
/* line 753, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li a .flex-row,
.history-analytics-page .history-analytics-category-list li.ui-last-child a .flex-row {
  line-height: 48px;
}
/* line 759, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item {
  border-top: 1px solid #E0E1E3;
}
/* line 762, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item .category-link {
  padding: 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0;
  line-height: normal;
}
/* line 769, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item .category-link .percentage,
.history-analytics-page .history-analytics-category-list li.category-item .category-link .title,
.history-analytics-page .history-analytics-category-list li.category-item .category-link .amount {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  line-height: 16px;
}
/* line 776, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item .category-link .percentage {
  -webkit-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 781, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item .category-link .category-description {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 785, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item .category-link .subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
}
/* line 792, tmp/styles/page-specific.less */
.history-analytics-page .history-analytics-category-list li.category-item:last-child {
  border-bottom: 1px solid #E0E1E3;
}
/* line 798, tmp/styles/page-specific.less */
.history-analytics-page .chart-container,
.history-analytics-page .chart-area {
  width: 300px;
  height: 300px;
}
/* line 804, tmp/styles/page-specific.less */
.history-analytics-page .chart-container {
  position: relative;
  margin: 0 auto;
}
/* line 808, tmp/styles/page-specific.less */
.history-analytics-page .chart-container.ui-icon-loader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 813, tmp/styles/page-specific.less */
.history-analytics-page .chart-container.ui-icon-loader:after {
  background-size: 48px;
  width: 48px;
  height: 48px;
}
/* line 821, tmp/styles/page-specific.less */
.history-analytics-page .chart-tooltip {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
/* line 837, tmp/styles/page-specific.less */
.history-analytics-page .chart-tooltip.chart-category-link {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center bottom 24px;
  background-size: 24px;
}
/* line 843, tmp/styles/page-specific.less */
.history-analytics-page .tooltip-title {
  font-size: 14px;
  color: #999;
}
/* line 848, tmp/styles/page-specific.less */
.history-analytics-page .tooltip-amount {
  margin-top: 8px;
}
/* line 851, tmp/styles/page-specific.less */
.history-analytics-page .tooltip-amount * {
  font-size: 24px;
  line-height: 20px;
  color: black;
}
/* line 860, tmp/styles/page-specific.less */
.security-page .ui-icon-key:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C12c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6S18%2C15.3%2C18%2C12z%20M7%2C29%0A%09l12.8-12.8%20M9.5%2C26.5L12%2C29%20M12%2C24l2.5%2C2.5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 866, tmp/styles/page-specific.less */
.settings-page .edit-countries-form .ui-field-contain .ui-input-search input {
  margin-left: 60px;
}
/* line 869, tmp/styles/page-specific.less */
.settings-page .edit-countries-form .ui-field-contain .ui-input-search:after {
  left: 28px;
}
/* line 877, tmp/styles/page-specific.less */
.settings-page .contact-info .contact-info-section-wrapper .switch-contain {
  border: none;
}
/* line 883, tmp/styles/page-specific.less */
.settings-page #about-popup {
  padding-top: 20px;
}
/* line 886, tmp/styles/page-specific.less */
.settings-page #about-popup .big-logo {
  width: 100%;
  margin-bottom: 20px;
}
/* line 891, tmp/styles/page-specific.less */
.settings-page #about-popup .app-name {
  text-align: center;
}
/* line 896, tmp/styles/page-specific.less */
.settings-page .allowed-countries-list {
  border-bottom: 1px solid #E0E1E3;
  padding-bottom: 8px;
}
/* line 901, tmp/styles/page-specific.less */
.settings-page .help-link-container {
  border-bottom: 1px solid #E0E1E3;
  padding-top: 8px;
}
/* line 906, tmp/styles/page-specific.less */
.settings-page .two-factor-auth,
.settings-page .push-notifications {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 911, tmp/styles/page-specific.less */
.settings-page .two-factor-auth .form-submit-container,
.settings-page .push-notifications .form-submit-container {
  margin-top: 0;
}
/* line 915, tmp/styles/page-specific.less */
.settings-page .two-factor-auth .add-auth-container label,
.settings-page .push-notifications .add-auth-container label {
  line-height: normal;
}
/* line 919, tmp/styles/page-specific.less */
.settings-page .two-factor-auth p,
.settings-page .push-notifications p,
.settings-page .two-factor-auth a,
.settings-page .push-notifications a {
  font-size: 14px;
}
/* line 923, tmp/styles/page-specific.less */
.settings-page .two-factor-auth a,
.settings-page .push-notifications a {
  display: inline-block;
  padding: 8px 0 0;
  color: #fbb03b;
}
/* line 928, tmp/styles/page-specific.less */
.settings-page .two-factor-auth a.hidden,
.settings-page .push-notifications a.hidden {
  display: none;
}
/* line 936, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .configuration-warning {
  width: 75%;
  text-align: center;
  margin: 100px auto 0;
  padding-top: 100px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C30v-3%20M18%2C22V6%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center top;
  background-size: 100px;
}
/* line 947, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .contract-item:first-child {
  border-top: 1px solid #E0E1E3;
}
/* line 952, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .contract-row {
  padding: 0;
  line-height: 49px;
}
/* line 956, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .contract-row .icon {
  margin-top: 10px;
  margin-right: 8px;
}
/* line 962, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notifications-container {
  border-bottom: 1px solid #E0E1E3;
}
/* line 966, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notifications {
  position: relative;
}
/* line 970, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 971, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification.hidden {
  display: none;
}
/* line 976, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification.shaded > * {
  opacity: 0.5;
}
/* line 981, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification:last-child {
  border-bottom: none;
}
/* line 989, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0;
}
/* line 994, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .ui-btn-icon-notext {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 997, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .ui-btn-icon-notext:after {
  margin-left: -14px;
}
/* line 1001, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .ui-btn-icon-notext.remove {
  opacity: 0.3;
}
/* line 1004, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .ui-btn-icon-notext.remove:after {
  background-size: 18px;
  margin-top: -9px;
  margin-left: -9px;
}
/* line 1012, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .add,
#settings-notifications-notifications-page .notification .edit,
#settings-notifications-notifications-page .notification .value {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 1018, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .value {
  padding: 0;
  position: static;
}
/* line 1022, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .value > * {
  font-size: 18px;
}
/* line 1027, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .actions {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* line 1031, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification .ui-flipswitch-on {
  margin: .0625em;
}
/* line 1037, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .notification-add {
  position: absolute;
  right: 0;
  top: -49px;
  border: none;
}
/* line 1044, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .toggle-add {
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position-y: 10px;
}
/* line 22, tmp/styles/_mixins.less */
.invert #settings-notifications-notifications-page .toggle-add {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert #settings-notifications-notifications-page .toggle-add {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel #settings-notifications-notifications-page .toggle-add {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit#settings-notifications-notifications-page .toggle-add {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit#settings-notifications-notifications-page .toggle-add {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit#settings-notifications-notifications-page .toggle-add {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 1049, tmp/styles/page-specific.less */
#settings-notifications-notifications-page .toggle-add.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 1057, tmp/styles/page-specific.less */
#security-contract-limiters-page .info-message {
  font-size: 18px;
}
/* line 1062, tmp/styles/page-specific.less */
#security-contract-limiters-page .limiter-title-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 1064, tmp/styles/page-specific.less */
#security-contract-limiters-page .limiter-title-container .title {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 9px 8px 9px 0;
  line-height: 30px;
  white-space: normal;
}
/* line 1071, tmp/styles/page-specific.less */
#security-contract-limiters-page .limiter-title-container .status {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: initial;
  margin: auto;
  padding: 0;
  padding-right: 28px;
  opacity: 0.5;
}
/* line 1081, tmp/styles/page-specific.less */
#security-contract-limiters-page .limiter-value-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 1083, tmp/styles/page-specific.less */
#security-contract-limiters-page .limiter-value-container .limiter-period {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 1086, tmp/styles/page-specific.less */
#security-contract-limiters-page .limiter-value-container .limiter-value {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 1092, tmp/styles/page-specific.less */
#security-contract-limiters-page .switch-limiter-title {
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 16px;
}
/* line 63, tmp/styles/typo.less */
.invert #security-contract-limiters-page .switch-limiter-title {
  color: #999;
}
/* line 1100, tmp/styles/page-specific.less */
#security-contract-limiters-page .ui-btn-icon-right:after {
  opacity: 0.5;
}
/* line 1106, tmp/styles/page-specific.less */
.payments-page a.ui-btn.btn-sec {
  max-width: 90%;
}
/* line 1110, tmp/styles/page-specific.less */
.payments-page .quick-amounts {
  padding: 16px 0;
  border-bottom: 1px solid #E0E1E3;
  font-size: 0;
}
/* line 1116, tmp/styles/page-specific.less */
.payments-page .quick-amount-wrapper {
  display: inline-block;
  width: 25%;
  font-size: 0;
  box-sizing: border-box;
  padding: 4px;
}
/* line 1124, tmp/styles/page-specific.less */
.payments-page .ui-btn.btn-sec.quick-amount {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 0;
  line-height: 36px;
}
/* line 1132, tmp/styles/page-specific.less */
.payments-page .empty-list-container {
  margin-top: 16px;
}
/* line 1136, tmp/styles/page-specific.less */
.payments-page .payments-search-results {
  margin-top: -27px;
}
/* line 1143, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn,
.payments-page li.invoice-subscriptions-item a.ui-btn,
.payments-page li.menu-item-container a.ui-btn {
  min-height: 0;
  line-height: 40px;
  padding: 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1150, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn .payment-icon,
.payments-page li.invoice-subscriptions-item a.ui-btn .payment-icon,
.payments-page li.menu-item-container a.ui-btn .payment-icon {
  width: 40px;
  height: 40px;
  position: static;
  margin-right: 16px;
}
/* line 1157, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn.no-image,
.payments-page li.invoice-subscriptions-item a.ui-btn.no-image,
.payments-page li.menu-item-container a.ui-btn.no-image {
  background: no-repeat left center;
  background-size: 40px;
  padding-left: 56px;
}
/* line 1162, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn.no-image .payment-icon,
.payments-page li.invoice-subscriptions-item a.ui-btn.no-image .payment-icon,
.payments-page li.menu-item-container a.ui-btn.no-image .payment-icon {
  display: none;
}
/* line 1169, tmp/styles/page-specific.less */
.payments-page li.invoice-subscriptions-item a.ui-btn.no-image,
.payments-page li.menu-item-container a.ui-btn.no-image {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2030.72%2030.72%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%2C.cls-4%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%2C.cls-4%7Bstroke%3A%23000003%3B%7D.cls-3%7Bstroke-miterlimit%3A10%3Bstroke-width%3A0.48px%3B%7D.cls-4%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.48px%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2230.72%22%20height%3D%2230.72%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3EIcons_128px%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2230.72%22%20height%3D%2230.72%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M12%2C6.2H10.91V8.89l.8-.73a4.3%2C4.3%2C0%2C0%2C0%2C7.76-2h-1.1a3.21%2C3.21%2C0%2C0%2C1-3.16%2C2.69A3.24%2C3.24%2C0%2C0%2C1%2C12.5%2C7.42L13.84%2C6.2Z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M15.21%2C1.37a4.3%2C4.3%2C0%2C0%2C0-4.27%2C3.76H12a3.24%2C3.24%2C0%2C0%2C1%2C3.19-2.69A3.2%2C3.2%2C0%2C0%2C1%2C18%2C4L16.81%2C5.13H19.5V2.44l-.77.77A4.31%2C4.31%2C0%2C0%2C0%2C15.21%2C1.37Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M6.07%2C14.45H23.81a1.26%2C1.26%2C0%2C0%2C1%2C.92.38%2C1.28%2C1.28%2C0%2C0%2C1%2C.38.9v2.71H19.55a1.69%2C1.69%2C0%2C0%2C0-1.66%2C1.66v3.43a1.56%2C1.56%2C0%2C0%2C0%2C.49%2C1.17%2C1.58%2C1.58%2C0%2C0%2C0%2C1.17.5h5.56v2.71a1.39%2C1.39%2C0%2C0%2C1-.38.92%2C1.37%2C1.37%2C0%2C0%2C1-.92.36H6.07a1.3%2C1.3%2C0%2C0%2C1-.9-.36%2C1.34%2C1.34%2C0%2C0%2C1-.38-.92V15.73a1.24%2C1.24%2C0%2C0%2C1%2C.38-.9A1.2%2C1.2%2C0%2C0%2C1%2C6.07%2C14.45Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M19.55%2C19.36h5.76a.73.73%2C0%2C0%2C1%2C.72.74v3.43a.73.73%2C0%2C0%2C1-.72.75H19.55a.73.73%2C0%2C0%2C1-.72-.75V20.1A.73.73%2C0%2C0%2C1%2C19.55%2C19.36Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M6%2C13.69c4-1%2C11-2%2C14.92-3a.74.74%2C0%2C0%2C1%2C.72.43c.22.85.45%2C1.7.67%2C2.56Z%22%2F%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M22.33%2C20.35a1.44%2C1.44%2C0%2C1%2C1-1.44%2C1.44A1.44%2C1.44%2C0%2C0%2C1%2C22.33%2C20.35Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
/* line 1174, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn.template-common.no-image {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Etemplate%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22Icons%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24%2C12l3.57%2C7.24%2C8%2C1.16L29.78%2C26l1.37%2C8L24%2C30.24%2C16.85%2C34l1.37-8L12.43%2C20.4l8-1.16Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Frame_48x48%22%3E%0A%20%20%20%20%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1178, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn.template-recurrent.no-image {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Erecurent%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22Icons%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M35%2C33a2%2C2%2C0%2C0%2C1-2%2C2H15a2%2C2%2C0%2C0%2C1-2-2V15a2%2C2%2C0%2C0%2C1%2C2-2H33a2%2C2%2C0%2C0%2C1%2C2%2C2ZM13%2C18H35M24%2C30V23l-2%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Frame_48x48%22%3E%0A%20%20%20%20%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1182, tmp/styles/page-specific.less */
.payments-page li.template-item a.ui-btn.template-threshold.no-image {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Eautopayment%3C%2Ftitle%3E%0A%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M11%2C35l2%2C2L30.29%2C19.71a1%2C1%2C0%2C0%2C0%2C0-1.42l-.58-.58a1%2C1%2C0%2C0%2C0-1.42%2C0Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2224%22%20y1%3D%2222%22%20x2%3D%2226%22%20y2%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2233%22%20y1%3D%2215%22%20x2%3D%2235%22%20y2%3D%2213%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2229%22%20y1%3D%2213%22%20x2%3D%2229%22%20y2%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2225%22%20y1%3D%2215%22%20x2%3D%2223%22%20y2%3D%2213%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2223%22%20y1%3D%2219%22%20x2%3D%2220%22%20y2%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2229%22%20y1%3D%2225%22%20x2%3D%2229%22%20y2%3D%2228%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2233%22%20y1%3D%2223%22%20x2%3D%2235%22%20y2%3D%2225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20x1%3D%2235%22%20y1%3D%2219%22%20x2%3D%2238%22%20y2%3D%2219%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1188, tmp/styles/page-specific.less */
.create-invoice-subscription-page .ui-input-text input {
  text-align: left;
}
/* line 1195, tmp/styles/page-specific.less */
#payments-payment-page .pre-content,
#payments-templates-template-page .pre-content {
  background-color: #E0E1E3;
}
/* line 1198, tmp/styles/page-specific.less */
#payments-payment-page.invert,
#payments-templates-template-page.invert {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 1204, tmp/styles/page-specific.less */
#common-test-styles-page .test-icon {
  display: inline-block;
  position: initial;
  vertical-align: initial;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 1212, tmp/styles/page-specific.less */
#common-test-styles-page .test-icon .value:after,
#common-test-styles-page .test-icon:after {
  display: block;
  position: initial;
  margin: 0;
  padding: 0;
  background-position-x: 0;
  background-position-y: 0;
}
/* line 1226, tmp/styles/page-specific.less */
.contracts-section:first-child .list-title {
  padding-top: 0;
  min-height: 20px;
}
/* line 1235, tmp/styles/page-specific.less */
.contracts-page .contracts-list-container .contracts-section:not(:first-child) ul:first-child li:first-child.list-title,
.payments-page .payments-list ul:first-child li:first-child.list-title,
.payments-page .money-request-list ul:first-child li:first-child.list-title {
  padding-top: 27px;
  min-height: 48px;
}
/* line 1251, tmp/styles/page-specific.less */
#payments-invoices-invoice-subscription-page .list-title:first-child,
#contracts-contract-summary .contract-history-container .list-title:first-child,
#history-history-page .list-items-container .list-title:first-child,
#history-history-analytics-page .month-analytics-container .list-title:first-child,
#history-category-analytics-page .history-items-list-container .list-title:first-child,
#settings-notifications-notifications-page .notifications-form .list-title:first-child,
#settings-contact-information-page .contact-info .list-title:first-child,
#payments-retrieve-money-transfer-page .list-title:first-child,
#payments-remittance-confirmation-page .list-title:first-child,
#payments-mvisa-transfer-page .list-title:first-child {
  padding-top: 0;
  min-height: 20px;
}
/* line 1258, tmp/styles/page-specific.less */
#payments-retrieve-money-transfer-page .list-title:first-child {
  border-bottom: 1px solid #E0E1E3;
}
@media (max-width: 700px) {
  /* line 1270, tmp/styles/page-specific.less */
  #auth-pin-unlock-page .pre-content .big-logo,
  #auth-login-with-pin-pad-page .pre-content .big-logo,
  #auth-hce-login-with-pin-pad-page .pre-content .big-logo,
  #security-pin-pad-page .pre-content .big-logo {
    display: none;
  }
}
/* line 1276, tmp/styles/page-specific.less */
#auth-pin-unlock-page.ui-page-active,
#auth-login-with-pin-pad-page.ui-page-active,
#auth-hce-login-with-pin-pad-page.ui-page-active,
#security-pin-pad-page.ui-page-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 1281, tmp/styles/page-specific.less */
#auth-pin-unlock-page .ui-content,
#auth-login-with-pin-pad-page .ui-content,
#auth-hce-login-with-pin-pad-page .ui-content,
#security-pin-pad-page .ui-content {
  position: initial;
  margin-top: 48px;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
/* line 1289, tmp/styles/page-specific.less */
#auth-pin-unlock-page .ui-content .page-content,
#auth-login-with-pin-pad-page .ui-content .page-content,
#auth-hce-login-with-pin-pad-page .ui-content .page-content,
#security-pin-pad-page .ui-content .page-content {
  padding: 0 20px;
  margin: auto;
}
/* line 1295, tmp/styles/page-specific.less */
#auth-pin-unlock-page .ui-footer,
#auth-login-with-pin-pad-page .ui-footer,
#auth-hce-login-with-pin-pad-page .ui-footer,
#security-pin-pad-page .ui-footer {
  position: initial;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* line 1302, tmp/styles/page-specific.less */
#security-pin-pad-page .ui-footer {
  display: none;
}
/* line 1313, tmp/styles/page-specific.less */
#auth-login-by-pin-page.settings-page .pre-content .big-logo,
#auth-login-with-pin-pad-page.settings-page .pre-content .big-logo,
#auth-hce-login-with-pin-pad-page.settings-page .pre-content .big-logo {
  display: none;
}
/* line 1317, tmp/styles/page-specific.less */
#auth-login-by-pin-page.settings-page .ui-select .ui-btn > span,
#auth-login-with-pin-pad-page.settings-page .ui-select .ui-btn > span,
#auth-hce-login-with-pin-pad-page.settings-page .ui-select .ui-btn > span,
#auth-login-by-pin-page.settings-page .ui-select .ui-btn,
#auth-login-with-pin-pad-page.settings-page .ui-select .ui-btn,
#auth-hce-login-with-pin-pad-page.settings-page .ui-select .ui-btn,
#auth-login-by-pin-page.settings-page .ui-input-text input,
#auth-login-with-pin-pad-page.settings-page .ui-input-text input,
#auth-hce-login-with-pin-pad-page.settings-page .ui-input-text input,
#auth-login-by-pin-page.settings-page .static-value,
#auth-login-with-pin-pad-page.settings-page .static-value,
#auth-hce-login-with-pin-pad-page.settings-page .static-value {
  text-align: center;
}
/* line 1325, tmp/styles/page-specific.less */
#auth-login-by-pin-page.settings-page .ui-field-contain.has-tooltip .ui-select .ui-btn > span,
#auth-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .ui-select .ui-btn > span,
#auth-hce-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .ui-select .ui-btn > span,
#auth-login-by-pin-page.settings-page .ui-field-contain.has-tooltip .ui-select .ui-btn,
#auth-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .ui-select .ui-btn,
#auth-hce-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .ui-select .ui-btn,
#auth-login-by-pin-page.settings-page .ui-field-contain.has-tooltip .ui-input-text input,
#auth-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .ui-input-text input,
#auth-hce-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .ui-input-text input,
#auth-login-by-pin-page.settings-page .ui-field-contain.has-tooltip .static-value,
#auth-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .static-value,
#auth-hce-login-with-pin-pad-page.settings-page .ui-field-contain.has-tooltip .static-value {
  padding-right: 28px;
}
/* line 1336, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .pre-content {
  padding: 0 20px;
}
/* line 1338, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .pre-content,
#deposits-deposit-calculator-page .pre-content.invert {
  background-color: #f5f5f5;
}
/* line 1342, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .pre-content .ui-input-text input,
#deposits-deposit-calculator-page .pre-content .ui-input-search input,
#deposits-deposit-calculator-page .pre-content .static-value {
  text-align: right;
}
/* line 1349, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .amount-label {
  position: absolute;
  top: 10px;
  right: 0;
  height: 28px;
  line-height: 28px;
  text-align: right;
  padding-left: 32px;
  cursor: pointer;
}
/* line 1361, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .amount-label * {
  font-size: 18px;
}
/* line 1365, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .amount-label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert #deposits-deposit-calculator-page .amount-label:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert #deposits-deposit-calculator-page .amount-label:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel #deposits-deposit-calculator-page .amount-label:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit#deposits-deposit-calculator-page .amount-label:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit#deposits-deposit-calculator-page .amount-label:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit#deposits-deposit-calculator-page .amount-label:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 1372, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .amount-label.hidden {
  display: none;
}
/* line 1377, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .amount-input-container {
  display: none;
}
/* line 1381, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .currency-tabs {
  margin-bottom: 24px;
}
/* line 1385, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-period-value {
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 1390, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item {
  border-color: green;
}
/* line 1393, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item.high-priority .deposit-name {
  color: #e1421d;
}
/* line 1398, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item .deposit-name {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 1403, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item .flex-row {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 1406, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item .flex-row .deposit-details {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 12px;
  overflow: hidden;
}
/* line 1411, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item .flex-row .deposit-details > * {
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2em;
}
/* line 63, tmp/styles/typo.less */
.invert #deposits-deposit-calculator-page .deposit-item .flex-row .deposit-details > * {
  color: #999;
}
/* line 1419, tmp/styles/page-specific.less */
#deposits-deposit-calculator-page .deposit-item .flex-row .value {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 1427, tmp/styles/page-specific.less */
.with-footer .ui-content {
  bottom: 48px;
}
/* line 1431, tmp/styles/page-specific.less */
.with-footer .ui-footer {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: absolute;
  bottom: 0;
  border: none;
  z-index: 500;
}
/* line 1440, tmp/styles/page-specific.less */
html:not(.iphone-x-compat-mode) .with-footer .ui-footer {
  padding-bottom: env(safe-area-inset-bottom);
  /* iOS 11.2 */
}
/* line 1444, tmp/styles/page-specific.less */
.with-footer .ui-footer:empty {
  display: none;
}
/* line 1449, tmp/styles/page-specific.less */
.with-footer .footer-links {
  text-align: center;
  color: black;
}
/* line 1455, tmp/styles/page-specific.less */
.currency-rate {
  display: block;
  position: absolute;
  top: 100%;
  color: #999;
  padding-top: 4px;
}
/* line 1462, tmp/styles/page-specific.less */
.currency-rate,
.currency-rate * {
  font-size: 14px;
}
/* line 1467, tmp/styles/page-specific.less */
.currency-rate.loading {
  right: auto;
  bottom: auto;
  padding: 0;
}
/* line 1472, tmp/styles/page-specific.less */
.currency-rate.loading:after {
  left: 0;
  right: auto;
  margin-top: 4px;
  background-size: 14px;
}
/* line 1480, tmp/styles/page-specific.less */
.currency-rate.static {
  position: relative;
}
/* line 1483, tmp/styles/page-specific.less */
.currency-rate.static,
.currency-rate.static * {
  height: 3em;
  line-height: 1.5em;
}
/* line 1488, tmp/styles/page-specific.less */
.currency-rate.static.loading:after {
  top: 0;
}
/* line 1494, tmp/styles/page-specific.less */
.intrabank-transfer-info {
  display: block;
  position: relative;
  color: #999;
  padding-top: 4px;
  height: 4em;
  line-height: 1.5em;
}
/* line 1502, tmp/styles/page-specific.less */
.intrabank-transfer-info:empty {
  display: none;
}
/* line 1506, tmp/styles/page-specific.less */
.intrabank-transfer-info,
.intrabank-transfer-info * {
  font-size: 12px;
}
/* line 1510, tmp/styles/page-specific.less */
.intrabank-transfer-info.error {
  font-size: 14px;
  vertical-align: middle;
  color: #e1421d;
}
/* line 1515, tmp/styles/page-specific.less */
.intrabank-transfer-info.error:before {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23e1421d%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M18%2C24v-0.9%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2212%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M14.6%2C14.6c0-1.9%2C1.5-3.4%2C3.4-3.4c1.9%2C0%2C3.4%2C1.5%2C3.4%2C3.4%0A%09c0%2C1.3-0.7%2C2.4-1.7%2C3s-1.7%2C1.7-1.7%2C3l0%2C0%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  content: '';
  margin-right: 4px;
  vertical-align: middle;
}
/* line 1530, tmp/styles/page-specific.less */
.intrabank-transfer-info.loading:empty {
  display: block;
}
/* line 1534, tmp/styles/page-specific.less */
.intrabank-transfer-info.loading:after {
  top: 50%;
  left: 0;
  right: auto;
  margin-top: -10px;
  background-size: 14px;
}
/* line 1544, tmp/styles/page-specific.less */
.intra-bank-transfer-currency-limitation-popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px;
}
/* line 1551, tmp/styles/page-specific.less */
.intra-bank-transfer-currency-limitation-popup__image {
  width: 46px;
  height: 46px;
  background-image: url("images/dark/exclamation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1560, tmp/styles/page-specific.less */
.intra-bank-transfer-currency-limitation-popup__limitation {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1566, tmp/styles/page-specific.less */
.intra-bank-transfer-currency-limitation-popup__arrow {
  background-image: url("images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 1577, tmp/styles/page-specific.less */
.intra-bank-transfer-currency-limitation-popup__text {
  margin-top: 18px;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
/* line 1584, tmp/styles/page-specific.less */
.hce-spinner {
  width: 96px;
  height: 96px;
  background: transparent url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M19.3%2C25.9c-0.4-0.1-0.8-0.5-0.9-1c-0.1-0.3%2C0-0.5%2C0.4-1.3c1.7-3.2%2C2.5-6.1%2C2.5-9.7%0A%09c0-3.4-0.7-6.1-2.3-9.3c-0.4-0.7-0.6-1.3-0.6-1.4c0-0.4%2C0.3-0.8%2C0.6-1c0.4-0.2%2C1.2-0.2%2C1.6%2C0.1c0.1%2C0.1%2C0.5%2C0.7%2C0.8%2C1.3%0A%09c1.2%2C2.2%2C2%2C4.6%2C2.4%2C7.2c0.2%2C1.6%2C0.3%2C4.5%2C0.1%2C5.9c-0.4%2C2.6-1.1%2C5-2.2%2C7.3c-0.7%2C1.4-1.1%2C2-1.5%2C2c-0.1%2C0-0.2%2C0-0.2%2C0.1%0A%09C19.7%2C25.9%2C19.5%2C25.9%2C19.3%2C25.9L19.3%2C25.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M14.5%2C23.5c-0.6-0.2-1.1-0.9-0.9-1.4c0.1-0.1%2C0.3-0.7%2C0.6-1.3c1.3-2.6%2C1.9-5.3%2C1.6-8%0A%09c-0.2-2.2-0.6-3.6-1.7-5.7c-0.7-1.4-0.8-1.6-0.4-2.1c0.4-0.5%2C1.4-0.6%2C1.9-0.2c0.4%2C0.3%2C1.4%2C2.5%2C1.9%2C3.8C19%2C12.6%2C18.8%2C17%2C17%2C21%0A%09C16.1%2C23.1%2C15.4%2C23.7%2C14.5%2C23.5z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C21c-0.4-0.2-0.7-0.5-0.8-1c-0.1-0.2%2C0.1-0.5%2C0.5-1.4c1.7-3.2%2C1.7-6.3%2C0.1-9.4%0A%09C8.6%2C7.9%2C8.5%2C7.6%2C9.2%2C7.1C9.5%2C6.8%2C9.6%2C6.8%2C10%2C6.8c0.7%2C0%2C1.1%2C0.4%2C1.7%2C1.6c0.9%2C1.9%2C1.4%2C3.5%2C1.4%2C5.6c0%2C2.1-0.4%2C3.6-1.4%2C5.6%0A%09c-0.6%2C1.1-0.9%2C1.4-1.5%2C1.5C10%2C21.1%2C9.7%2C21.1%2C9.5%2C21L9.5%2C21z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M5%2C18.8c-0.3-0.1-0.6-0.5-0.7-0.8c-0.1-0.4%2C0-0.7%2C0.4-1.4c0.6-0.9%2C0.7-1.4%2C0.7-2.6%0A%09s-0.1-1.7-0.7-2.6c-0.2-0.3-0.4-0.7-0.4-0.8C4.1%2C9.9%2C4.6%2C9.2%2C5.3%2C9c0.6-0.1%2C1%2C0.1%2C1.6%2C1c1.6%2C2.4%2C1.6%2C5.6%2C0%2C7.9%0A%09C6.2%2C18.8%2C5.6%2C19.1%2C5%2C18.8L5%2C18.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  background-size: 48px;
}
/* line 1590, tmp/styles/page-specific.less */
.hce-spinner.animated {
  background: transparent url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2048%2048%22%20enable-background%3D%22new%200%200%2048%2048%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%3E%0A%23wave1%2C%20%23wave2%2C%20%23wave3%2C%20%23wave4%20%20%7B%0A%09animation-name%3A%20example%3B%0A%09animation-duration%3A%200.7s%3B%0A%09animation-iteration-count%3A%20infinite%3B%0A%09animation-timing-function%3A%20ease-out%3B%0A%09transform-origin%3A%20center%20center%3B%0A%09transform%3A%20translateX(0)%3B%0A%0A%7D%0A%23wave1%7B%0A%09animation-delay%3A%200.45s%3B%0A%7D%0A%0A%23wave2%7B%0A%09animation-delay%3A%200.35s%3B%0A%7D%0A%0A%23wave3%7B%0A%09animation-delay%3A%200.25s%3B%0A%7D%0A%0A%23wave4%7B%0A%09animation-delay%3A%200.1s%3B%0A%7D%0A%40keyframes%20example%20%7B%0A%20%200%7B%0A%09opacity%3A%201%3B%0A%09%7D%0A%20%2050%25%20%7B%0A%09opacity%3A%200.1%3B%0A%09%7D%0A%09100%25%7B%0A%09opacity%3A%201%3B%0A%09%7D%0A%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22wave1%22%20fill%3D%22%23fff%22%20d%3D%22M32.4%2C43.9c-0.6-0.2-1.3-0.9-1.4-1.7c-0.1-0.5%2C0-0.8%2C0.7-2.1c2.8-5.3%2C4-10.2%2C4-16.2c0-5.7-1.1-10.2-3.7-15.6%0A%09c-0.6-1.1-1-2.2-1-2.4c0-0.6%2C0.5-1.4%2C1-1.7c0.7-0.4%2C1.9-0.4%2C2.5%2C0.2c0.2%2C0.2%2C0.8%2C1.1%2C1.3%2C2.1c1.9%2C3.7%2C3.2%2C7.7%2C3.8%2C12%0A%09c0.4%2C2.6%2C0.5%2C7.6%2C0.2%2C9.9c-0.6%2C4.4-1.7%2C8.3-3.6%2C12.2c-1.1%2C2.3-1.8%2C3.3-2.4%2C3.3c-0.1%2C0-0.3%2C0-0.4%2C0.1C33%2C44%2C32.7%2C44%2C32.4%2C43.9%0A%09L32.4%2C43.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave2%22%20fill%3D%22%23fff%22%20d%3D%22M24.8%2C39.9c-1-0.3-1.7-1.5-1.4-2.4c0.1-0.2%2C0.5-1.2%2C1-2.2c2.1-4.3%2C3-8.9%2C2.6-13.4c-0.4-3.7-1-6.1-2.7-9.5%0A%09C23.1%2C10%2C23%2C9.7%2C23.7%2C8.8c0.6-0.9%2C2.2-1%2C3-0.3c0.6%2C0.5%2C2.3%2C4.2%2C3%2C6.3c2.3%2C6.9%2C1.9%2C14.3-1%2C21C27.3%2C39.3%2C26.2%2C40.3%2C24.8%2C39.9z%22%2F%3E%0A%3Cpath%20id%3D%22wave3%22%20fill%3D%22%23fff%22%20d%3D%22M16.8%2C35.8c-0.6-0.3-1.1-0.9-1.3-1.6c-0.1-0.4%2C0.1-0.8%2C0.8-2.3c2.7-5.4%2C2.7-10.5%2C0.1-15.8c-1.1-2.3-1.2-2.8-0.2-3.7%0A%09c0.5-0.4%2C0.7-0.5%2C1.3-0.5c1.1%2C0%2C1.7%2C0.6%2C2.7%2C2.6c1.5%2C3.2%2C2.2%2C5.9%2C2.2%2C9.4c0%2C3.6-0.6%2C6.1-2.2%2C9.4c-0.9%2C1.9-1.4%2C2.4-2.4%2C2.5%0A%09C17.6%2C36%2C17.1%2C36%2C16.8%2C35.8L16.8%2C35.8z%22%2F%3E%0A%3Cpath%20id%3D%22wave4%22%20fill%3D%22%23fff%22%20d%3D%22M9.5%2C32.1c-0.5-0.2-1-0.9-1.2-1.4c-0.2-0.6%2C0-1.1%2C0.7-2.3c0.9-1.5%2C1.1-2.4%2C1.1-4.4c0-2-0.2-2.8-1.1-4.4%0A%09c-0.3-0.5-0.6-1.1-0.7-1.4c-0.3-1%2C0.5-2.2%2C1.7-2.5c1-0.2%2C1.6%2C0.2%2C2.5%2C1.6c2.6%2C4%2C2.6%2C9.3%2C0%2C13.2C11.5%2C32%2C10.5%2C32.5%2C9.5%2C32.1L9.5%2C32.1%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  background-size: 50px;
}
/* line 1597, tmp/styles/page-specific.less */
#payments-intra-card-transfer-page .amount-input {
  margin-bottom: 28px;
}
/* line 1604, tmp/styles/page-specific.less */
#payments-hce-payment .ui-header.invert,
#payments-hce-payment-complete .ui-header.invert {
  background-color: #E7E300;
}
/* line 1608, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content,
#payments-hce-payment-complete .ui-content .page-content {
  margin: 0;
  padding: 0 20px;
  position: relative;
  height: 100%;
}
/* line 1614, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content,
#payments-hce-payment-complete .ui-content .page-content .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
/* line 1622, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .flex-item,
#payments-hce-payment-complete .ui-content .page-content .content .flex-item {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  transition: all 1s linear;
}
/* line 1626, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .flex-item.swiper-container,
#payments-hce-payment-complete .ui-content .page-content .content .flex-item.swiper-container {
  max-width: 100%;
}
/* line 1630, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .flex-item.spinner-wrapper,
#payments-hce-payment-complete .ui-content .page-content .content .flex-item.spinner-wrapper {
  min-height: 96px;
  max-height: 96px;
  height: 96px;
}
/* line 1636, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .flex-item.cards-container,
#payments-hce-payment-complete .ui-content .page-content .content .flex-item.cards-container {
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 1645, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .operation-result,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result {
  height: 0;
  width: 0;
  text-align: center;
  opacity: 0;
  background-position: center 1em;
  padding-top: 5em;
  transition: opacity 2s ease;
}
/* line 1654, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .operation-result .app-message,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result .app-message,
#payments-hce-payment .ui-content .page-content .content .operation-result .value.amount,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result .value.amount,
#payments-hce-payment .ui-content .page-content .content .operation-result .notes,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result .notes {
  display: none;
}
/* line 1661, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .operation-result.success .success-text,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result.success .success-text,
#payments-hce-payment .ui-content .page-content .content .operation-result.success .value.amount,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result.success .value.amount,
#payments-hce-payment .ui-content .page-content .content .operation-result.success .notes,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result.success .notes {
  display: block;
}
/* line 1667, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .operation-result.error .failure-text,
#payments-hce-payment-complete .ui-content .page-content .content .operation-result.error .failure-text {
  display: block;
}
/* line 1672, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content .cards-container,
#payments-hce-payment-complete .ui-content .page-content .content .cards-container {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 1680, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .hce-spinner,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .hce-spinner {
  display: none;
}
/* line 1683, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .operation-result,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .operation-result {
  height: auto;
  width: auto;
  opacity: 1;
}
/* line 1688, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .spacer,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .spacer {
  -webkit-flex-grow: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
/* line 1692, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .hce-page-footer,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .hce-page-footer {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* line 1697, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .contracts-swiper .swiper-pagination,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .contracts-swiper .swiper-pagination,
#payments-hce-payment .ui-content .page-content .content.payment-finished .contracts-swiper .swiper-button-prev,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .contracts-swiper .swiper-button-prev,
#payments-hce-payment .ui-content .page-content .content.payment-finished .contracts-swiper .swiper-button-next,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .contracts-swiper .swiper-button-next {
  display: none;
}
/* line 1703, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .contracts-swiper.contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .contracts-swiper.contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card {
  box-shadow: none;
  opacity: 0.5;
}
/* line 1707, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .content.payment-finished .contracts-swiper.contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card .original-card-number,
#payments-hce-payment-complete .ui-content .page-content .content.payment-finished .contracts-swiper.contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card .original-card-number {
  font-size: 16px;
}
/* line 1715, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contracts-swiper,
#payments-hce-payment-complete .ui-content .page-content .contracts-swiper {
  position: relative;
  width: 100%;
}
/* line 1719, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contracts-swiper .swiper-pagination,
#payments-hce-payment-complete .ui-content .page-content .contracts-swiper .swiper-pagination {
  top: initial;
  bottom: 0;
}
/* line 1724, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contracts-swiper .swiper-button-prev,
#payments-hce-payment-complete .ui-content .page-content .contracts-swiper .swiper-button-prev,
#payments-hce-payment .ui-content .page-content .contracts-swiper .swiper-button-next,
#payments-hce-payment-complete .ui-content .page-content .contracts-swiper .swiper-button-next {
  height: 100%;
  margin: 0;
  top: 0;
  z-index: 100;
}
@media (max-width: 339px) {
  /* line 1732, tmp/styles/page-specific.less */
  #payments-hce-payment .ui-content .page-content .contracts-swiper .swiper-button-next,
  #payments-hce-payment-complete .ui-content .page-content .contracts-swiper .swiper-button-next {
    right: -8px;
  }
  /* line 1735, tmp/styles/page-specific.less */
  #payments-hce-payment .ui-content .page-content .contracts-swiper .swiper-button-prev,
  #payments-hce-payment-complete .ui-content .page-content .contracts-swiper .swiper-button-prev {
    left: -8px;
  }
}
/* line 1743, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card,
#payments-hce-payment-complete .ui-content .page-content .contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
/* line 1747, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card .original-card-number,
#payments-hce-payment-complete .ui-content .page-content .contract-selected .contract-preview-container.swiper-slide-active .contract-preview.card .original-card-number {
  font-size: 18px;
}
/* line 1754, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contract-preview-container,
#payments-hce-payment-complete .ui-content .page-content .contract-preview-container {
  height: auto;
}
/* line 1757, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contract-preview-container .contract-preview.card,
#payments-hce-payment-complete .ui-content .page-content .contract-preview-container .contract-preview.card {
  background-position: center center;
  background-size: 100%;
}
/* line 1763, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .contract-preview,
#payments-hce-payment-complete .ui-content .page-content .contract-preview {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 1768, tmp/styles/page-specific.less */
#payments-hce-payment .ui-content .page-content .nfc-icon,
#payments-hce-payment-complete .ui-content .page-content .nfc-icon {
  position: absolute;
  top: 8px;
  right: 8px;
}
/* line 1775, tmp/styles/page-specific.less */
#payments-hce-payment .hce-card-number,
#payments-hce-payment-complete .hce-card-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 1780, tmp/styles/page-specific.less */
#payments-hce-payment .hce-card-van-wrapper,
#payments-hce-payment-complete .hce-card-van-wrapper {
  padding-top: 16px;
  text-align: center;
}
/* line 1785, tmp/styles/page-specific.less */
#payments-hce-payment .hce-card-van-section,
#payments-hce-payment-complete .hce-card-van-section {
  width: 17em;
  margin: auto;
}
/* line 1790, tmp/styles/page-specific.less */
#payments-hce-payment .hce-card-van-name,
#payments-hce-payment-complete .hce-card-van-name {
  font-size: 18px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  padding-right: 10px;
}
/* line 1796, tmp/styles/page-specific.less */
#payments-hce-payment .hce-card-van-value,
#payments-hce-payment-complete .hce-card-van-value {
  font-size: 18px;
}
/* line 1800, tmp/styles/page-specific.less */
#payments-hce-payment .hce-card-van-description,
#payments-hce-payment-complete .hce-card-van-description {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
/* line 1811, tmp/styles/page-specific.less */
#payments-hce-payment-complete .ui-content .contract-preview-container .contract-preview.card {
  opacity: 0.5;
}
/* line 1817, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page {
  background-color: #5900AE;
}
/* line 1820, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .ui-content {
  bottom: 56px;
}
/* line 1824, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .page-content {
  background-color: transparent !important;
  padding: 0 20px;
}
/* line 1829, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .page-menu-link {
  display: none;
}
/* line 1833, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .hce-spinner {
  width: 64px;
  height: 64px;
  margin: 0 auto 5vmin;
  background-size: contain;
}
/* line 1841, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .info.ui-icon-question {
  visibility: hidden;
}
/* line 1845, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .pinpad-title,
#auth-hce-login-with-pin-pad-page .pinpad-action-link {
  display: none;
}
/* line 1850, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .ui-footer {
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  box-sizing: border-box;
  line-height: normal;
  overflow: hidden;
}
/* line 1862, tmp/styles/page-specific.less */
#auth-hce-login-with-pin-pad-page .offline-hce-warning {
  font-size: 14px;
}
/* line 1868, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content {
  padding: 0;
  height: 100%;
}
/* line 1872, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .swiper-container {
  height: 100%;
}
/* line 1876, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .swiper-pagination {
  line-height: 4px;
  bottom: 20px;
}
/* line 1880, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
}
/* line 1883, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}
/* line 1889, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial {
  height: 100%;
}
/* line 1892, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .image {
  width: 100%;
  height: 100vw;
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 1900, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .image.page-1 {
  background-image: url("images/hce/tutorial/1.png");
}
/* line 1901, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .image.page-2 {
  background-image: url("images/hce/tutorial/2.png");
}
/* line 1902, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .image.page-3 {
  background-image: url("images/hce/tutorial/3.png");
}
/* line 1903, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .image.page-4 {
  background-image: url("images/hce/tutorial/4.png");
}
/* line 1906, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .description {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 20px;
  padding-bottom: 40px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
/* line 1913, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .description > * {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
  padding-bottom: 8px;
}
/* line 1920, tmp/styles/page-specific.less */
#contracts-hce-nfc-description-page .page-content .hce-tutorial .description .title {
  color: black;
  font-size: 18px;
  line-height: 26px;
}
/* line 1932, tmp/styles/page-specific.less */
#marketing-showcase-page .product-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  height: 200px;
  padding: 20px;
  margin-bottom: 8px;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left top;
  background-size: auto, cover;
  color: white;
}
/* line 1946, tmp/styles/page-specific.less */
#marketing-showcase-page .product-link:last-child {
  margin-bottom: 0;
}
/* line 1951, tmp/styles/page-specific.less */
#marketing-showcase-page .product-title {
  font-weight: bold;
  font-size: 18px;
}
/* line 1956, tmp/styles/page-specific.less */
#marketing-showcase-page .product-description {
  font-size: 14px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  overflow: hidden;
}
/* line 1962, tmp/styles/page-specific.less */
#marketing-showcase-page .product-description * {
  margin: 0;
  font-size: 14px;
}
/* line 1968, tmp/styles/page-specific.less */
#marketing-showcase-page .arrow-icon {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2C18H6%0A%09%20M22%2C26l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A") center center;
  background-size: 28px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 20px;
}
/* line 1982, tmp/styles/page-specific.less */
#marketing-showcase-product-page .page-content {
  padding: 0;
}
/* line 1986, tmp/styles/page-specific.less */
#marketing-showcase-product-page h2 {
  margin: 0;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 1992, tmp/styles/page-specific.less */
#marketing-showcase-product-page .header {
  box-sizing: border-box;
  padding: 20px;
  color: white;
  height: 200px;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left top;
  background-size: auto, cover;
}
/* line 2001, tmp/styles/page-specific.less */
#marketing-showcase-product-page .header h3 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 20px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 2009, tmp/styles/page-specific.less */
#marketing-showcase-product-page .benefits {
  padding: 20px 10px;
  background: #DFDFDF;
}
/* line 2014, tmp/styles/page-specific.less */
#marketing-showcase-product-page .benefits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 2019, tmp/styles/page-specific.less */
#marketing-showcase-product-page .benefits-list-item {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 2028, tmp/styles/page-specific.less */
#marketing-showcase-product-page .benefits-list-item .primary-title {
  margin-bottom: 8px;
  color: #ff7300;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
/* line 2036, tmp/styles/page-specific.less */
#marketing-showcase-product-page .benefits-list-item .secondary-title {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
/* line 2043, tmp/styles/page-specific.less */
#marketing-showcase-product-page .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 2047, tmp/styles/page-specific.less */
#marketing-showcase-product-page .actions .ui-btn {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 0 10px;
  box-sizing: border-box;
}
/* line 2054, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content {
  background: #fff;
  padding: 20px;
}
/* line 2058, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content > * {
  width: 100%;
  box-sizing: border-box;
}
/* line 2063, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content h2 {
  margin-bottom: 8px;
}
/* line 2067, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content p {
  margin: 0 0 8px;
}
/* line 2071, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content .ui-btn {
  width: 100%;
  margin: 0 0 8px;
}
/* line 2076, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul {
  margin-bottom: 8px;
}
/* line 2079, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 28px;
  font-size: 14px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}
/* line 2087, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  background: #ff7300;
  border-radius: 50%;
}
/* line 2099, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul.footnotes {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #E0E1E3;
}
/* line 2104, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul.footnotes li {
  color: #999;
  padding: 0;
}
/* line 2108, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul.footnotes li:before {
  display: none;
}
/* line 2112, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content ul.footnotes li:last-child {
  margin-bottom: 0;
}
/* line 2119, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content p a,
#marketing-showcase-product-page .content ul a {
  color: #ff7300;
  font-size: 14px;
}
/* line 2125, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content table {
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}
/* line 2131, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content .accordion {
  margin-bottom: 8px;
}
/* line 2135, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content .accordion + .accordion {
  margin-top: -9px;
}
/* line 2139, tmp/styles/page-specific.less */
#marketing-showcase-product-page .content .accordion + .footnotes {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 2149, tmp/styles/page-specific.less */
#contracts-statement-subscription-enable .statement-subscription-description,
#contracts-statement-subscription-edit .statement-subscription-description {
  margin: 0 0 24px 0;
  padding: 0;
}
/* line 2155, tmp/styles/page-specific.less */
.push-messages {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 2162, tmp/styles/page-specific.less */
.push-messages > div:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 2167, tmp/styles/page-specific.less */
.push-message {
  position: relative;
  left: 0;
  padding: 16px 20px 16px 60px;
  background: url("data:image/png;base64,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") no-repeat left 10px top 16px rgba(0, 0, 0, 0.9);
  background-size: 40px;
  transition: left 300ms;
}
/* line 2177, tmp/styles/page-specific.less */
.push-message.hiding {
  left: -100%;
}
/* line 2181, tmp/styles/page-specific.less */
.push-message .title {
  color: white;
}
/* line 2185, tmp/styles/page-specific.less */
.push-message .message {
  padding-right: 36px;
  padding-bottom: 0;
  color: #999;
  font-size: 14px;
}
/* line 2192, tmp/styles/page-specific.less */
.push-message .ui-icon-close {
  position: absolute;
  padding: 0 0 12px 12px;
  margin: 0;
  right: 20px;
  top: 16px;
}
/* line 2202, tmp/styles/page-specific.less */
#settings-settings-page-index .page-content > .list-title:first-child {
  padding-top: 7px;
  min-height: 20px;
}
/* line 2208, tmp/styles/page-specific.less */
.offline-hce-warning {
  color: white;
  text-align: center;
}
/* line 2213, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
/* line 2221, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet .icon {
  width: 128px;
  height: 128px;
  margin-top: 96px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 2231, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet.card-added-to-digital-wallet--apple .icon {
  background-image: url("images/apple-wallet/apple-pay.svg");
}
/* line 2237, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet.card-added-to-digital-wallet--google .icon {
  background-image: url("images/google-wallet/google-pay.svg");
}
/* line 2242, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet .title {
  margin-top: 48px;
  font-size: 24px;
  line-height: 1.33;
  color: #000000;
}
/* line 2249, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet .body {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.38;
  color: rgba(0, 0, 0, 0.6);
}
/* line 2256, tmp/styles/page-specific.less */
.ui-page.card-added-to-digital-wallet .button {
  margin-top: 32px;
  border-radius: 4px;
  border: solid 1px #9ecb0d;
  font-size: 14px;
  line-height: 36px;
  color: #9ecb0d;
  padding: 0 24px;
}
/* line 2270, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .ui-header.invert,
#marketing-digital-wallet-promo-page .ui-content {
  background-color: #E7E300;
}
/* line 2274, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .page-content {
  padding: 0;
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
/* line 2279, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
/* line 2285, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .digital-wallet-logo {
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2290, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .digital-wallet-logo.digital-wallet-logo--apple {
  width: 80px;
  background-image: url("images/apple-wallet/apple-pay.svg");
  background-size: contain;
}
/* line 2296, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .digital-wallet-logo.digital-wallet-logo--google {
  width: 128px;
  background-image: url("images/google-wallet/google-pay.svg");
  background-size: cover;
}
/* line 2303, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .digital-wallet-description {
  margin-top: 22px;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
}
/* line 2310, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .contracts-list {
  width: 100%;
  margin-top: 32px;
}
/* line 2314, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .contracts-list .contract-link {
  padding: 16px 0;
}
/* line 2319, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .check-icon:after {
  display: none;
  background-position: center;
  height: 100%;
}
/* line 2324, tmp/styles/page-specific.less */
#marketing-digital-wallet-promo-page .digital-wallet-promo-container .selected .check-icon:after {
  display: block;
}
/* line 2330, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 20px 0;
  width: 100%;
  height: 56px;
  border-radius: 16px;
  background: no-repeat center center;
  background-size: contain;
}
/* line 2342, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--en.add-to-digital-wallet-btn--apple {
  background-image: url('images/apple-wallet/en/apple-wallet.svg');
}
/* line 2346, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--en.add-to-digital-wallet-btn--google {
  background-image: url("data:image/png;base64,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");
}
/* line 2352, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--ro.add-to-digital-wallet-btn--apple {
  background-image: url('images/apple-wallet/ro/apple-wallet.svg');
}
/* line 2356, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--ro.add-to-digital-wallet-btn--google {
  background-image: url("data:image/png;base64,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");
}
/* line 2362, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--ru.add-to-digital-wallet-btn--apple {
  background-image: url('images/apple-wallet/ru/apple-wallet.svg');
}
/* line 2366, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--ru.add-to-digital-wallet-btn--google {
  background-image: url("data:image/png;base64,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");
}
/* line 2373, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--ua.add-to-digital-wallet-btn--apple,
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--uk.add-to-digital-wallet-btn--apple {
  background-image: url('images/apple-wallet/ua/apple-wallet.svg');
}
/* line 2377, tmp/styles/page-specific.less */
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--ua.add-to-digital-wallet-btn--google,
.add-to-digital-wallet-btn.add-to-digital-wallet-btn--uk.add-to-digital-wallet-btn--google {
  background-image: url("data:image/png;base64,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");
}
/* line 2384, tmp/styles/page-specific.less */
.ui-listview a.ui-btn.contract-action--extended {
  line-height: initial;
  min-height: initial;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 2390, tmp/styles/page-specific.less */
.ui-listview a.ui-btn.contract-action--extended .description {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
/* line 63, tmp/styles/typo.less */
.invert .ui-listview a.ui-btn.contract-action--extended .description {
  color: #999;
}
/* line 2396, tmp/styles/page-specific.less */
.ui-listview a.ui-btn.contract-action--extended:after {
  top: 12px;
  margin-top: 0;
  background-position: center;
  width: 28px;
  height: 22px;
}
/* line 2407, tmp/styles/page-specific.less */
.contract-action--inactive *:not(.description),
.contract-action--inactive:after {
  opacity: 0.5;
}
/* line 2414, tmp/styles/page-specific.less */
#payments-mvisa-merchant-page .scan-qr {
  height: 15vh;
  background: #f7f7f7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
/* line 2423, tmp/styles/page-specific.less */
#payments-mvisa-merchant-page .scan-qr span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2428, tmp/styles/page-specific.less */
#payments-mvisa-merchant-page .scan-qr i {
  margin-right: 4px;
}
/* line 2435, tmp/styles/page-specific.less */
#contracts-contract-report-page .download-link-wrapper {
  text-align: center;
}
/* line 2437, tmp/styles/page-specific.less */
#contracts-contract-report-page .download-link-wrapper .ui-link {
  margin-top: 22px;
  display: inline-block;
}
/* line 2445, tmp/styles/page-specific.less */
.complete-page .page-content {
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
/* line 2453, tmp/styles/page-specific.less */
.complete-page .page-content .icon {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.04);
  background-size: 50px;
  border-radius: 50%;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2466, tmp/styles/page-specific.less */
.complete-page .page-content .icon--success {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 2470, tmp/styles/page-specific.less */
.complete-page .page-content .icon--failed {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fa323c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 2474, tmp/styles/page-specific.less */
.complete-page .page-content .icon-processing {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2C18%0A%09c0-6.1%2C4.9-11%2C11-11s11%2C4.9%2C11%2C11s-4.9%2C11-11%2C11S7%2C24.1%2C7%2C18z%20M13%2C18h5v-7.2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 68px;
}
/* line 2479, tmp/styles/page-specific.less */
.complete-page .page-content .icon-not-found {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 2483, tmp/styles/page-specific.less */
.complete-page .page-content .title {
  margin-top: 24px;
  font-size: 20px;
  color: #1b1d1f;
}
/* line 2489, tmp/styles/page-specific.less */
.complete-page .page-content .desc {
  margin-top: 16px;
  font-size: 18px;
  color: #4e4e4e;
}
/* line 2495, tmp/styles/page-specific.less */
.complete-page .page-content .details-btn {
  margin-top: 32px;
}
/* line 2502, tmp/styles/page-specific.less */
.intrabank-transfer-limit-popup {
  padding: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 2509, tmp/styles/page-specific.less */
.intrabank-transfer-limit-popup__image {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2239%22%20viewBox%3D%220%200%2044%2039%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23004D45%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23E7E300%22%20d%3D%22M24.6%202.523l17.815%2030.982a3%203%200%200%201-2.6%204.495H4.184a3%203%200%200%201-2.6-4.495L19.399%202.523a3%203%200%200%201%205.202%200z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%2013v12.103M22%2030v.5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 2518, tmp/styles/page-specific.less */
.intrabank-transfer-limit-popup__text {
  margin-top: 20px;
  font-size: 20px;
  color: #000000;
}
/* line 2524, tmp/styles/page-specific.less */
.intrabank-transfer-limit-popup__value {
  margin-top: 20px;
}
/* line 2527, tmp/styles/page-specific.less */
.intrabank-transfer-limit-popup__value,
.intrabank-transfer-limit-popup__value .amount {
  font-size: 26px;
}
/* line 6, tmp/styles/send2friend.less */
.payments-page .static-value.send2friend-note {
  margin-top: 0;
}
/* line 13, tmp/styles/send2friend.less */
.send2friend-page .ui-header {
  background: transparent;
}
/* line 17, tmp/styles/send2friend.less */
.send2friend-page .ui-footer,
.send2friend-page .pre-content.invert,
.send2friend-page .page-content .invert {
  display: none;
}
/* line 23, tmp/styles/send2friend.less */
.send2friend-page .ui-content {
  top: 0;
}
/* line 27, tmp/styles/send2friend.less */
.send2friend-page.ui-page {
  background: url("images/send2friend/rainbowBG.jpg") no-repeat scroll center center / cover;
  text-align: center;
}
/* line 32, tmp/styles/send2friend.less */
.send2friend-page form,
.send2friend-page .page-content {
  height: 100%;
  padding: 0;
}
/* line 38, tmp/styles/send2friend.less */
.send2friend-page label.error,
.send2friend-page .ui-mobile label.error {
  white-space: normal;
}
/* line 43, tmp/styles/send2friend.less */
.send2friend-page .ui-input-btn.ui-btn {
  background: transparent !important;
  padding: 0;
  margin: 0;
}
/* line 49, tmp/styles/send2friend.less */
.send2friend-page form .ui-input-text:not(textarea),
.send2friend-page form .ui-input-search,
.send2friend-page form .ui-select > .ui-btn,
.send2friend-page form .ui-field-contain .static-value {
  position: relative;
  width: auto;
  display: block;
}
/* line 58, tmp/styles/send2friend.less */
.send2friend-page .ui-select .ui-btn > span,
.send2friend-page .ui-select .ui-btn,
.send2friend-page .ui-input-text input,
.send2friend-page .static-value {
  text-align: center;
  color: black;
  font-size: 20px;
}
/* line 67, tmp/styles/send2friend.less */
.send2friend-page .ui-select .ui-btn > span,
.send2friend-page .ui-select .ui-btn {
  font-size: 16px;
}
/* line 72, tmp/styles/send2friend.less */
.send2friend-page .ui-select .ui-btn:after {
  right: 2px;
  top: 4px;
}
/* line 77, tmp/styles/send2friend.less */
.send2friend-page .ui-btn.ui-state-disabled {
  opacity: 1;
}
/* line 81, tmp/styles/send2friend.less */
.send2friend-page .ui-input-btn.ui-state-disabled input {
  height: auto;
  width: auto;
  position: relative !important;
}
/* line 87, tmp/styles/send2friend.less */
.send2friend-page .app-messages-container {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/* line 95, tmp/styles/send2friend.less */
.send2friend-page .s2f-page {
  height: 100%;
  width: 100%;
}
/* line 100, tmp/styles/send2friend.less */
.send2friend-page .flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
/* line 108, tmp/styles/send2friend.less */
.send2friend-page .flex-container.pagebox {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 112, tmp/styles/send2friend.less */
.send2friend-page .flex-container.tabs-content {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 116, tmp/styles/send2friend.less */
.send2friend-page .flex-container .flex-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}
/* line 126, tmp/styles/send2friend.less */
.send2friend-page .flex-container .flex-item.first {
  padding-top: 4px;
}
/* line 130, tmp/styles/send2friend.less */
.send2friend-page .flex-container .flex-item.pagebox-part {
  padding: 0;
}
/* line 134, tmp/styles/send2friend.less */
.send2friend-page .flex-container .flex-item.hidden {
  display: none;
}
/* line 138, tmp/styles/send2friend.less */
.send2friend-page .flex-container .flex-item.flex-fixed-size {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 142, tmp/styles/send2friend.less */
.send2friend-page .flex-container .flex-item.flex-fixed-size.s2f-button {
  min-height: 80px;
  padding-bottom: 0;
}
/* line 151, tmp/styles/send2friend.less */
.send2friend-page .message-text {
  color: black;
  line-height: normal;
  margin: 0.4em 0;
  overflow: hidden;
}
/* line 157, tmp/styles/send2friend.less */
.send2friend-page .message-text.user-name {
  color: black;
  font-size: 12px;
}
/* line 162, tmp/styles/send2friend.less */
.send2friend-page .message-text.success {
  font-size: 20px;
}
/* line 166, tmp/styles/send2friend.less */
.send2friend-page .message-text.comment {
  font-size: 16px;
  max-height: 48px;
  line-height: 16px;
  /* adding text-overflow ellipsis for multiline comment in Chrome */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
/* line 178, tmp/styles/send2friend.less */
.send2friend-page .message-text.amount {
  font-size: 28px;
  max-height: 28px;
  line-height: 28px;
  white-space: nowrap;
}
/* line 184, tmp/styles/send2friend.less */
.send2friend-page .message-text.amount span {
  font-size: 28px;
}
/* line 190, tmp/styles/send2friend.less */
.send2friend-page .pagebox {
  border-radius: 4px;
  width: 86vmin;
  height: 306px;
  overflow: hidden;
  margin: 0 auto;
}
/* line 197, tmp/styles/send2friend.less */
.send2friend-page .pagebox .pagebox-part {
  overflow: hidden;
}
/* line 201, tmp/styles/send2friend.less */
.send2friend-page .pagebox .pagebox-inner {
  padding: 0 8px;
}
/* line 205, tmp/styles/send2friend.less */
.send2friend-page .pagebox .top,
.send2friend-page .pagebox .middle,
.send2friend-page .pagebox .success-box {
  background-color: white;
}
/* line 211, tmp/styles/send2friend.less */
.send2friend-page .pagebox .bottom {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 128px;
}
/* line 216, tmp/styles/send2friend.less */
.send2friend-page .pagebox .top {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-flex-basis: 128px;
      -ms-flex-preferred-size: 128px;
          flex-basis: 128px;
}
/* line 221, tmp/styles/send2friend.less */
.send2friend-page .pagebox .middle .ui-grid-a {
  border-top: 1px solid #d4d4d4;
}
/* line 224, tmp/styles/send2friend.less */
.send2friend-page .pagebox .middle .ui-grid-a .tab-select.ui-btn {
  color: black;
  border-bottom: 1px solid transparent;
}
/* line 229, tmp/styles/send2friend.less */
.send2friend-page .pagebox .middle .ui-grid-a .tab-select.ui-btn.ui-btn-active {
  border-bottom: 1px solid #40a5f4;
  color: #40a5f4;
}
/* line 235, tmp/styles/send2friend.less */
.send2friend-page .pagebox .tabs-content.card {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
/* line 239, tmp/styles/send2friend.less */
.send2friend-page .pagebox .tabs-content.phone {
  -webkit-transform: translateX(-86vmin);
          transform: translateX(-86vmin);
}
@media only screen and (min-device-width: 360px) {
  /* line 246, tmp/styles/send2friend.less */
  .send2friend-page .ui-select .ui-btn > span,
  .send2friend-page .ui-select .ui-btn,
  .send2friend-page .ui-input-text input,
  .send2friend-page .static-value {
    font-size: 24px;
  }
  /* line 253, tmp/styles/send2friend.less */
  .send2friend-page .pagebox {
    width: 300px;
  }
  /* line 256, tmp/styles/send2friend.less */
  .send2friend-page .pagebox .tabs-content.phone {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}
/* line 263, tmp/styles/send2friend.less */
.send2friend-page .tabs {
  height: 100%;
}
/* line 266, tmp/styles/send2friend.less */
.send2friend-page .tabs .tabs-content {
  width: 200%;
  transition: -webkit-transform 0.38s;
  transition: transform 0.38s;
  transition: transform 0.38s, -webkit-transform 0.38s;
}
/* line 271, tmp/styles/send2friend.less */
.send2friend-page .tabs .tab {
  padding: 0;
  vertical-align: middle;
  width: 50%;
}
/* line 277, tmp/styles/send2friend.less */
.send2friend-page .tabs .tab-content {
  padding: 0 8px 8px;
}
/* line 282, tmp/styles/send2friend.less */
.send2friend-page .user-photo {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
/* line 290, tmp/styles/send2friend.less */
.send2friend-page .user-photo img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
}
/* line 299, tmp/styles/send2friend.less */
.send2friend-page .submit {
  background: white url("images/send2friend/success-black.svg") center center no-repeat;
  background-size: 70% auto;
  border: medium none;
  border-radius: 50%;
  font-size: 0;
  margin: 8px auto 4px;
  padding: 28px;
  transition: all 200ms ease 0s;
  position: relative;
  opacity: 1;
  height: 0;
  width: 0;
}
/* line 6, tmp/styles/invoices.less */
.payments-page.invoice-page form .ui-field-contain {
  min-height: 32px;
}
/* line 9, tmp/styles/invoices.less */
.payments-page.invoice-page form .ui-field-contain .static-value {
  margin-top: 0;
}
/* line 14, tmp/styles/invoices.less */
.payments-page.invoice-page form .ui-field-contain.has-tooltip .static-value {
  margin-top: 12px;
}
/* line 19, tmp/styles/invoices.less */
.payments-page.invoice-page form .ui-field-contain:not(.ui-hide-label) > .ui-select {
  top: 28px;
}
/* line 23, tmp/styles/invoices.less */
.payments-page.invoice-page form .ui-field-contain.CUSTOM_IDT .ui-input-text:not(textarea) {
  position: relative;
  top: 0;
}
/* line 29, tmp/styles/invoices.less */
.payments-page.invoice-page .external-card-form .ui-field-contain {
  min-height: 60px;
}
/* line 35, tmp/styles/invoices.less */
.invoice-item .accordion-content {
  padding-bottom: 8px;
}
/* line 40, tmp/styles/invoices.less */
.invoice-item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 44, tmp/styles/invoices.less */
.invoice-item-header.simple {
  height: 48px;
  line-height: 48px;
  border: solid #E0E1E3;
  border-width: 1px 0;
  margin-top: -1px;
}
/* line 53, tmp/styles/invoices.less */
.invoice-item-header.accordion-title {
  padding-left: 28px;
  padding-right: 0;
}
/* line 57, tmp/styles/invoices.less */
.invoice-item-header.accordion-title:after {
  left: -4px;
}
/* line 63, tmp/styles/invoices.less */
.invoice-item-name {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.25em;
}
/* line 71, tmp/styles/invoices.less */
.invoice-item-amount {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 5, tmp/styles/spinner.less */
.ui-loader .ui-icon-loading {
  opacity: 1;
  background-color: transparent;
}
/* line 10, tmp/styles/spinner.less */
.loading:after,
.ui-icon-loader:after,
.ui-loader .ui-icon-loading:after {
  content: '\00a0';
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAATESURBVGhDzdl3jBVVGIbxq9gV7F1KbCA2LKggIMWCBZCiIkajEtDYwIqggCDVEgWjgAVENNhAEcGIAlGwxEqxdyP2XgH5x+eZzNnMrvcuy+4yM1/yy6Igvue755w5c26hhrUBdkFXjMXTeB8/4xOcglzVVuiFZ/EL/sY/WInV+Bdr8D22QOa1JfrBbv6G3/En/kKx4P56R2RWG+JkvAWngV3+FQb/Awa36wZfhRB8Ieogk3JajMd3+AE/wfAGt+sGD13/AgvwEAZga2RSu+M5fAuDO2d/hOHtugOYj0uwJ/xkMq+98SpW4GuE8Hbdn1NxMHJVu+FlfImvYPhvYPgXcSTSKLfbKpdzeg4+h3M2GX4cNkcaZWinXpWmn3/oJrjdfYrPYHgHcRnWqQM1qBDaHWmj+GeldTw+wEdIhr8UaVXF0BvHSnbeJ9zzMPiHMPzHuBlpdTqUIUPoTRKKVm+8i/fgecMBONfTmtMVK4TeFJvFHEy5stvuFsvxDhyAvz4MWZVdD6FtXlCuOmMJlmIZDH07si47blgb6zlJZV13/k6G55C34QD8uR+yLrseArtN10XZaXMHvII38CYcwAPISxnUwPUSos2iA16LvR47C3kpp4uHNW0Tc+FG52s77rkk2AN5Kfdzw24b2w7RdHERvgTPJvL1q+Rmn0E5LULg7WNOl8IjWBRbjLuQt7LjrkXfpuQgCnPxQsIw5K2c3zvFdkb0OuiLgG8tvmbpKuStDO5tQlJhHjyjBFcib+VU8R0hqfAkDO9Vg65H3soF6U4XRMGn4JmEW5C3cmo0SIiCj4CnQLkVPoi8bYcN0SjBBRodZ2fjKcyCU2dX5KV8cu4V8yZB0XbYEobVE5gJT4t5KR8++8S8eZCHrmjFPooZeDw2Cmm/9ZQqp0bj2L4weDSVDTgcj8EB+CSdDj+SrMuzeNOYx+wmqI+yOgYGfhiG9gqtP7Iuu30gDsD+cADlrvV8PZoIA7urTIPbpB9PVuUZvBm8LTsIDsA8/5vC3sYa2JcIr9cMPhK+96VdHmXt8qE4BGEARa+sDXgr7oevcvfhHpyPNBeq/y+3vuY4HL6wOwCnScnni6Mz8L0w9CRMgJ9GWuXDpgW8nzwCDsDw5eZ2xXK05+FuhNB3wvvxE7E+O+/f7WJsjaNh+KNgeP/9WsuFeh1C6DvgZedtOBPrY8575eCu0Q7ucMnwLsoqH0F8WvlCkQzt/Pc6zmNvbe7xvtkY9Fi0R1uE8E6RkldvpcoVfAOSof1KcDRuhN+6Rae0apbNcRqchI7wwjUZ3t/z069WeRy4Ah51vX4eA7dIgzuowXBNuIA8M1d2HezvucDciw13KjwT+V2o6+cEHAevS9xNajwl/ahOg532DOMx2CPCUBh8EPyiyle+i9ATBrFrbWAQw50O18gZ6IFu6IJOcNfyv7HrPtora8A6l3+h4UK3h8BFPBDXwN+7HH4BcDEuRF94bD4XZ8Pp5cBsRHcku+5Aiz5gaqPsfis4fUK3r4XBXbSebyoL7g2Zwe2+wf0q3SniA6dWu1yq3L7cpuygga+GgzG4314UC34ODO50cao4jTzppRK4WLmIPCe7hdlBA/bBBfFP/9nuumO4vRk2uvurfhUK/wHYnQL/xkF2eAAAAABJRU5ErkJggg==") no-repeat center;
  background-size: 20px;
  animation: spinner 1s linear infinite;
  -webkit-animation: spinner 1s linear infinite;
}
/* line 21, tmp/styles/spinner.less */
.invert .loading:after,
.invert .ui-icon-loader:after,
.invert .ui-loader .ui-icon-loading:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAABTNJREFUaEPN2WWsXEUAhuG2UKSFAoVSHIK7u7u7SyBIkBQv7lYcggV3C+4WPDjBvbgEK+7+4/K+J2c2s3PnLtusHH48ud050m9mZ+bMme3X09PTiv6YChvhZNyN0fgO72Nd5K5rWbawCRNha9yP7/Ebfscf+At/4x98hUHI3aMl2cIGBmNv2Jo/4if8gl+RC+6/hyF3r5ZkCzMGYB28BLuBrfwDDP4zDG6rG/xPhOCPYhzk7tmSbGHCbnE2xuBrfAvDG9xWN3ho9Y/xCK7FQZgEuXu2LFsYmRYP4ksY3D77DQxvq1uBh7EHZobfTO4+bZctLM2KZ/EZPkcIb6v790osgNy1HZctxDR4Gp/gUxj+Cxj+cSyB3HXt5nSbK88Gt0/fg49gn43Dn4UJkbuu3Qxt18t2v7TAk06B090H+BCGtxJ7oc8WaLMQ2hlp3PJv3Tl1H7A63sa7iMPvifTcTklDDyzVtXx8gU+4h2Dwd2D493AqutXSgSFD6PEitXPik3fCm3gLrjesgH29W306FUKPjwlKVqY4Hk6ytZ0tXscbsAL+exGEc7rNVg+hbbygOB5OWh+v4FW8BkOfiXC8Kra4YW1Y10kqWt2D9t/L4DrkZVgB/86F9EbdZquHwE7TE6NYbXpwCjyDF/AirMBVSG9SFYMaeEikvwdWwXOl50vbIL1BVewuLtY0aWmgB1xf2+KuS4LpkN6gKs7nhp2sNBSDPOAgfAquTeTrV91kXzHHYAg8eWmIB27AE6UncR7Si6tmizsWfZvSUAvvxWORY5BeWDX795Sl4RhmoS8CvrX4mqX9kV5YNYO7m1Bj4QNwjRLsh/TCqtlVfEeosfB2GN6tBh2O9MKqOSCd6YIi+OW4L3Ia0gurZveYIVIEHwVXgXIqvAb/t+lwRswUGe4Bl7N34U7cAbvO1EhvUBWfnLOU3ElQMR0uDcPqNtwKV4vpDariw2e2kjsPGuwBR+yNuAU3l05At996+mLXmKM0Oww+wAMGPBY3wQr4JL0OfiXpTbrNtfjcJZfZc2J61F4kVoCBr4eh3ULbB/FNqmBrz4d5MQ+sQLGtF07w9egCGNhZ5Wo4Tfr1xDfqJtfgC8LdsvlhBcxTdOH4RHdjDexLhNtrBj8evvfF53WDS1lbeWEshFCB2pZ1fLIBT8cV8FXuUlyMHdHNger/5dS3GBaFL+xWwG5Se76kF1k7A18CQ1+I8+G3kZ7bKT5sloL7k4vDChi+6NtBfIGs7Q64CCH0uXB/fC10suW9t4NxOSwDwy8Jw1ted37dh5ID9TCE0OfAzc4zsBU60efdcnDWWAnOcHF4B2WvJUjdh4hPK18o4tD2f7fjXPa2c473zcagq2JlrIgQ3i5St/UW9CqIOIKPRhzanwRPxHHwVzfXxrlrm2Hj2A3WxppwwzUO7zG//dy1DYPL5cBIuNR1+/kkOEUa3EodAceEA8g1c6/t4IjHHGDOxYbbEK6J/C3U8bMGVoPbJc4mDbtktjDhV7UZbGnXMC6DXSIcBYMfCn+o8pVvBLaEQWy15WEQw20Ox8gW2BQbYwOsB2ctr7HVfbQ3aoBCtrAP3tBwobWPhIP4EBwIj+0LfwDYHbthF7hs3h7bwu5lxWyITRC3uhVt+jfRbGEDtv6ysPuE1j4YBnfQur5pFNwdMoPb+gb3p3S7iA+c/2zlWLawCU5fTlO2oIEPgJUxuL9e5IJvB4PbXewqdiNXemMVOMgWjiUHketkpzBb0IA7Y9fyr59tXWcMpzfDummfu1eTevr9C8/Et5t35dZTAAAAAElFTkSuQmCC") no-repeat center;
  background-size: 20px;
}
/* line 27, tmp/styles/spinner.less */
.loading {
  position: relative;
  background: none;
}
/* line 31, tmp/styles/spinner.less */
.loading.locate-me {
  position: absolute;
}
/* line 35, tmp/styles/spinner.less */
.loading:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0.25em;
}
/* line 44, tmp/styles/spinner.less */
.chat-history .loading:after,
.loading.captcha-block:after {
  left: 50%;
  margin-left: -10px;
}
/* line 50, tmp/styles/spinner.less */
.chat-history .loading {
  padding: 0;
}
/* line 55, tmp/styles/spinner.less */
.ui-icon-loader:after,
.ui-loader .ui-icon-loading:after {
  width: 46px;
  height: 46px;
  background-size: 46px;
}
/* line 62, tmp/styles/spinner.less */
.ui-icon-loader:after,
.ui-loader .ui-icon-loading:after,
.captcha-block:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAABTNJREFUaEPN2WWsXEUAhuG2UKSFAoVSHIK7u7u7SyBIkBQv7lYcggV3C+4WPDjBvbgEK+7+4/K+J2c2s3PnLtusHH48ud050m9mZ+bMme3X09PTiv6YChvhZNyN0fgO72Nd5K5rWbawCRNha9yP7/Ebfscf+At/4x98hUHI3aMl2cIGBmNv2Jo/4if8gl+RC+6/hyF3r5ZkCzMGYB28BLuBrfwDDP4zDG6rG/xPhOCPYhzk7tmSbGHCbnE2xuBrfAvDG9xWN3ho9Y/xCK7FQZgEuXu2LFsYmRYP4ksY3D77DQxvq1uBh7EHZobfTO4+bZctLM2KZ/EZPkcIb6v790osgNy1HZctxDR4Gp/gUxj+Cxj+cSyB3HXt5nSbK88Gt0/fg49gn43Dn4UJkbuu3Qxt18t2v7TAk06B090H+BCGtxJ7oc8WaLMQ2hlp3PJv3Tl1H7A63sa7iMPvifTcTklDDyzVtXx8gU+4h2Dwd2D493AqutXSgSFD6PEitXPik3fCm3gLrjesgH29W306FUKPjwlKVqY4Hk6ytZ0tXscbsAL+exGEc7rNVg+hbbygOB5OWh+v4FW8BkOfiXC8Kra4YW1Y10kqWt2D9t/L4DrkZVgB/86F9EbdZquHwE7TE6NYbXpwCjyDF/AirMBVSG9SFYMaeEikvwdWwXOl50vbIL1BVewuLtY0aWmgB1xf2+KuS4LpkN6gKs7nhp2sNBSDPOAgfAquTeTrV91kXzHHYAg8eWmIB27AE6UncR7Si6tmizsWfZvSUAvvxWORY5BeWDX795Sl4RhmoS8CvrX4mqX9kV5YNYO7m1Bj4QNwjRLsh/TCqtlVfEeosfB2GN6tBh2O9MKqOSCd6YIi+OW4L3Ia0gurZveYIVIEHwVXgXIqvAb/t+lwRswUGe4Bl7N34U7cAbvO1EhvUBWfnLOU3ElQMR0uDcPqNtwKV4vpDariw2e2kjsPGuwBR+yNuAU3l05At996+mLXmKM0Oww+wAMGPBY3wQr4JL0OfiXpTbrNtfjcJZfZc2J61F4kVoCBr4eh3ULbB/FNqmBrz4d5MQ+sQLGtF07w9egCGNhZ5Wo4Tfr1xDfqJtfgC8LdsvlhBcxTdOH4RHdjDexLhNtrBj8evvfF53WDS1lbeWEshFCB2pZ1fLIBT8cV8FXuUlyMHdHNger/5dS3GBaFL+xWwG5Se76kF1k7A18CQ1+I8+G3kZ7bKT5sloL7k4vDChi+6NtBfIGs7Q64CCH0uXB/fC10suW9t4NxOSwDwy8Jw1ted37dh5ID9TCE0OfAzc4zsBU60efdcnDWWAnOcHF4B2WvJUjdh4hPK18o4tD2f7fjXPa2c473zcagq2JlrIgQ3i5St/UW9CqIOIKPRhzanwRPxHHwVzfXxrlrm2Hj2A3WxppwwzUO7zG//dy1DYPL5cBIuNR1+/kkOEUa3EodAceEA8g1c6/t4IjHHGDOxYbbEK6J/C3U8bMGVoPbJc4mDbtktjDhV7UZbGnXMC6DXSIcBYMfCn+o8pVvBLaEQWy15WEQw20Ox8gW2BQbYwOsB2ctr7HVfbQ3aoBCtrAP3tBwobWPhIP4EBwIj+0LfwDYHbthF7hs3h7bwu5lxWyITRC3uhVt+jfRbGEDtv6ysPuE1j4YBnfQur5pFNwdMoPb+gb3p3S7iA+c/2zlWLawCU5fTlO2oIEPgJUxuL9e5IJvB4PbXewqdiNXemMVOMgWjiUHketkpzBb0IA7Y9fyr59tXWcMpzfDummfu1eTevr9C8/Et5t35dZTAAAAAElFTkSuQmCC");
}
@keyframes spinner {
  /* line 69, tmp/styles/spinner.less */
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  /* line 74, tmp/styles/spinner.less */
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  /* line 81, tmp/styles/spinner.less */
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  /* line 86, tmp/styles/spinner.less */
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
/* line 10, tmp/styles/chat.less */
.chat-page .ui-content,
.chat-page .page-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 16, tmp/styles/chat.less */
.chat-page .page-content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  box-sizing: border-box;
}
/* line 21, tmp/styles/chat.less */
.chat-history {
  overflow: auto;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 26, tmp/styles/chat.less */
.message-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 29, tmp/styles/chat.less */
.message-item.outgoing {
  text-align: right;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* line 33, tmp/styles/chat.less */
.message-item.outgoing .message-body {
  background: #FFFFFF;
  border-top-right-radius: 0;
  border-color: #E0E1E3;
}
/* line 39, tmp/styles/chat.less */
.message-item.outgoing .message-date {
  left: auto;
  right: 0;
}
/* line 44, tmp/styles/chat.less */
.message-item.outgoing .checkbox-wrapper {
  margin-left: 12px;
}
/* line 48, tmp/styles/chat.less */
.message-item.outgoing + .outgoing {
  margin-top: 16px;
}
/* line 54, tmp/styles/chat.less */
.message-item.incoming .message-body {
  background: #F5F5F5;
  border-top-left-radius: 0;
  border-color: #F5F5F5;
}
/* line 60, tmp/styles/chat.less */
.message-item.incoming .checkbox-wrapper {
  margin-right: 12px;
}
/* line 64, tmp/styles/chat.less */
.message-item.incoming + .incoming {
  margin-top: 16px;
}
/* line 70, tmp/styles/chat.less */
.message-item.priority-high .message-body {
  border-color: #D700A1;
  background: #FFFFFF;
}
/* line 76, tmp/styles/chat.less */
.message-item .checkbox-wrapper {
  vertical-align: top;
  display: none;
}
/* line 80, tmp/styles/chat.less */
.message-item .checkbox-wrapper .ui-checkbox {
  margin: 0;
}
/* line 84, tmp/styles/chat.less */
.delete-mode .message-item .checkbox-wrapper {
  display: block;
}
/* line 89, tmp/styles/chat.less */
.message-item .message-avatar {
  width: 40px;
  height: 40px;
  border: 1px solid #E0E1E3;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 97, tmp/styles/chat.less */
.outgoing .message-item .message-avatar {
  display: none;
}
/* line 101, tmp/styles/chat.less */
.marketing-message .message-item .message-avatar {
  border-color: #D700A1;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20stroke%3D%22%23FFFFFF%22%20fill%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M18%2C5.6l3.7%2C7.5l8.3%2C1.2l-6%2C5.8l1.4%2C8.3l-7.5-4l-7.4%2C3.9l1.4-8.3l-6-5.8l8.3-1.2L18%2C5.6%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E%0A") #D700A1 no-repeat center center;
  background-size: contain;
}
/* line 107, tmp/styles/chat.less */
.chat-message .message-item .message-avatar {
  background: url("data:image/png;base64,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") no-repeat center center;
  background-size: contain;
}
/* line 113, tmp/styles/chat.less */
.message-item .message-body {
  position: relative;
  display: inline-block;
  border: 1px solid;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 24px;
}
/* line 121, tmp/styles/chat.less */
.message-item .message-body .message-text,
.message-item .message-body .message-text * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 127, tmp/styles/chat.less */
.message-item .message-attachments,
.message-item .message-link {
  text-align: left;
  padding-left: 32px;
}
/* line 133, tmp/styles/chat.less */
.message-item .message-attachments {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top;
  background-size: 24px;
}
/* line 139, tmp/styles/chat.less */
.message-text:not(:empty) + .message-item .message-attachments:not(:empty) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #E0E1E3;
  background-position-y: 8px;
}
/* line 148, tmp/styles/chat.less */
.message-item .message-link {
  padding-left: 0;
}
/* line 152, tmp/styles/chat.less */
.message-item .message-attachment {
  line-height: 24px;
}
/* line 156, tmp/styles/chat.less */
.message-item .message-date {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  white-space: nowrap;
}
/* line 167, tmp/styles/chat.less */
.chat-actions {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
/* line 175, tmp/styles/chat.less */
.chat-actions .attachment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-top: 1px solid #E0E1E3;
}
/* line 181, tmp/styles/chat.less */
.chat-actions .attachment .filename {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 186, tmp/styles/chat.less */
.chat-actions .file-remove-link {
  margin-left: 8px;
}
/* line 191, tmp/styles/chat.less */
.controls-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E0E1E3;
  padding-top: 20px;
  height: 36px;
}
/* line 198, tmp/styles/chat.less */
.controls-row.delete {
  display: none;
  text-align: center;
}
/* line 202, tmp/styles/chat.less */
.delete-mode .controls-row.delete {
  display: block;
}
/* line 206, tmp/styles/chat.less */
.controls-row.delete .ui-btn {
  margin: 0;
}
/* line 211, tmp/styles/chat.less */
.delete-mode .controls-row {
  display: none;
}
/* line 215, tmp/styles/chat.less */
.controls-row .message-input {
  text-align: left;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 28px;
  line-height: 28px;
}
/* line 222, tmp/styles/chat.less */
.controls-row .send-message-button {
  width: 28px;
  height: 28px;
  position: relative;
  background: none;
  margin-left: 8px;
}
/* line 230, tmp/styles/chat.less */
.controls-row .toggle-marketing-link,
.controls-row .send-message-button,
.controls-row .file-input-trigger {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 236, tmp/styles/chat.less */
.controls-row .toggle-marketing-link,
.controls-row .file-input-trigger {
  margin: 0 8px 0 0;
}
/* line 241, tmp/styles/chat.less */
.controls-row .file-input-trigger {
  position: relative;
  cursor: pointer;
}
/* line 247, tmp/styles/chat.less */
.file-input {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
/* line 7, tmp/styles/money-requests.less */
.money-request-page .money-request-heading {
  padding: 10px 0 20px 0;
}
/* line 10, tmp/styles/money-requests.less */
.money-request-page .money-request-heading .beneficiary {
  font-size: 30px;
  font-family: FuturaMedium, Helvetica, Arial, sans-serif;
  line-height: 36px;
}
/* line 16, tmp/styles/money-requests.less */
.money-request-page .money-request-heading .amount {
  font-size: 40px;
  font-family: FuturaMedium, Helvetica, Arial, sans-serif;
}
/* line 25, tmp/styles/money-requests.less */
.money-request-created-page .operation-result.success {
  padding-bottom: 20px;
}
/* line 4, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .ui-header {
  display: none;
}
/* line 8, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content {
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 16, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .icon {
  margin: auto 0 0 0;
}
/* line 19, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .icon,
#security-confirm-fingerprint-enroll-page .page-content .icon:after {
  width: 72px;
  height: 72px;
}
/* line 24, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .icon:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 31, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .header {
  margin-top: 32px;
  font-size: 24px;
  color: #00503c;
  font-family: FuturaMedium, Helvetica, Arial, sans-serif;
  text-align: center;
}
/* line 39, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .desc {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}
/* line 45, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .button {
  margin-top: 42px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  background-color: #dce123;
  padding: 0 19px;
  font-size: 14px;
  color: #024b45;
  text-transform: uppercase;
  width: auto;
}
/* line 58, tmp/styles/fingerprint.less */
#security-confirm-fingerprint-enroll-page .page-content .skip {
  margin-top: auto;
  font-size: 20px;
  color: #024b45;
}
/* line 63, tmp/styles/fingerprint.less */
html:not(.iphone-x-compat-mode) #security-confirm-fingerprint-enroll-page .page-content .skip {
  padding-bottom: env(safe-area-inset-bottom);
  /* iOS 11.2 */
}
/* line 5, tmp/styles/payment-cart.less */
#payments-cart-index .page-content {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 0;
}
/* line 11, tmp/styles/payment-cart.less */
#payments-cart-index .ui-header {
  height: 96px;
}
/* line 15, tmp/styles/payment-cart.less */
#payments-cart-index .ui-content {
  top: 96px;
}
/* line 21, tmp/styles/payment-cart.less */
#payments-cart-payment .form-submit-container {
  margin-top: 4px;
}
/* line 27, tmp/styles/payment-cart.less */
.payment-cart-edit-payment .source-role {
  display: none !important;
}
/* line 34, tmp/styles/payment-cart.less */
a.payment-cart-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A") calc(100% - 4px) 50% no-repeat, url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M27%2C4l-0.7%2C0.3%0A%09c-2%2C1-3.3%2C3.1-3.3%2C5.4V17c0%2C2.2-1.8%2C4-4%2C4H7%20M10%2C28c1.1%2C0%2C2-0.9%2C2-2s-0.9-2-2-2c-1.1%2C0-2%2C0.9-2%2C2S8.9%2C28%2C10%2C28z%20M20%2C28%0A%09c1.1%2C0%2C2-0.9%2C2-2s-0.9-2-2-2c-1.1%2C0-2%2C0.9-2%2C2S18.9%2C28%2C20%2C28z%20M23%2C10H5l4%2C6h14%22%2F%3E%0A%3C%2Fsvg%3E%0A") 18px 50% no-repeat #6bbbae;
  background-size: 24px;
  padding: 8px 32px 12px 56px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 50, tmp/styles/payment-cart.less */
.payment-cart-button__title {
  font-size: 20px;
}
/* line 54, tmp/styles/payment-cart.less */
.payment-cart-button__note {
  font-size: 14px;
  opacity: 0.8;
}
/* line 65, tmp/styles/payment-cart.less */
.payment-cart-group__header {
  background-color: #f3f5f7;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 14px 20px;
  cursor: pointer;
}
/* line 72, tmp/styles/payment-cart.less */
.payment-cart-group__header--checked .payment-cart-checkbox {
  border: none;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A") center no-repeat #00503c;
  background-size: 16px;
}
/* line 76, tmp/styles/payment-cart.less */
.payment-cart-group__header--indeterminate .payment-cart-checkbox {
  border: none;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A") center no-repeat #00503c;
  background-size: 16px;
}
/* line 80, tmp/styles/payment-cart.less */
.payment-cart-group__header-title {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
/* line 89, tmp/styles/payment-cart.less */
.payment-cart-list {
  min-height: 28px;
}
/* line 93, tmp/styles/payment-cart.less */
.payment-cart-list__item {
  border-bottom: 1px solid #E0E1E3;
  margin: 0 20px !important;
}
/* line 98, tmp/styles/payment-cart.less */
.payment-cart-list__item:last-child {
  border-bottom: none;
}
/* line 104, tmp/styles/payment-cart.less */
.payment-cart-item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  cursor: pointer;
}
/* line 111, tmp/styles/payment-cart.less */
.payment-cart-item--disabled .payment-cart-checkbox {
  background-color: #f3f5f7;
  border: none;
}
/* line 115, tmp/styles/payment-cart.less */
.payment-cart-item--checked .payment-cart-checkbox {
  border: none;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A") center no-repeat #00503c;
  background-size: 16px;
}
/* line 119, tmp/styles/payment-cart.less */
.payment-cart-item--disabled {
  cursor: default;
}
/* line 121, tmp/styles/payment-cart.less */
.payment-cart-item--disabled .payment-cart-item__icon {
  opacity: 0.5;
}
/* line 124, tmp/styles/payment-cart.less */
.payment-cart-item--disabled .payment-cart-item__title,
.payment-cart-item--disabled .payment-cart-item__note {
  color: #b3b3b3;
}
/* line 130, tmp/styles/payment-cart.less */
.payment-cart-item__icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Ctitle%3Etemplate%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22Icons%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23f2f2f2%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24%2C12l3.57%2C7.24%2C8%2C1.16L29.78%2C26l1.37%2C8L24%2C30.24%2C16.85%2C34l1.37-8L12.43%2C20.4l8-1.16Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Frame_48x48%22%3E%0A%20%20%20%20%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  margin-right: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 140, tmp/styles/payment-cart.less */
.payment-cart-item__desc {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 12px;
}
/* line 145, tmp/styles/payment-cart.less */
.payment-cart-item__title {
  font-size: 18px;
  color: #000000;
  line-height: normal;
}
/* line 151, tmp/styles/payment-cart.less */
.payment-cart-item__note {
  font-size: 14px;
  color: #b2b2b2;
  line-height: normal;
}
/* line 159, tmp/styles/payment-cart.less */
.payment-cart-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 169, tmp/styles/payment-cart.less */
.payment-cart-checkbox--checked {
  border: none;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A") center no-repeat #00503c;
  background-size: 16px;
}
/* line 175, tmp/styles/payment-cart.less */
.payment-cart-checkbox--indeterminate {
  border: none;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M7%2C18h22%22%2F%3E%0A%3C%2Fsvg%3E%0A") center no-repeat #00503c;
  background-size: 16px;
}
/* line 181, tmp/styles/payment-cart.less */
.payment-cart-checkbox--disabled {
  background-color: #f3f5f7;
  border: none;
}
/* line 187, tmp/styles/payment-cart.less */
.payment-cart-delimiter {
  margin: -1px 20px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
/* line 194, tmp/styles/payment-cart.less */
.payment-cart-create-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 20px;
  height: 48px;
  background: url(images/dark/arrow-right.svg) 100% 50% no-repeat;
  background-size: 24px;
  position: relative;
  opacity: 0.4;
}
/* line 206, tmp/styles/payment-cart.less */
.payment-cart-create-button--filled {
  opacity: 1;
}
/* line 208, tmp/styles/payment-cart.less */
.payment-cart-create-button--filled .payment-cart-create-button__invite {
  display: none;
}
/* line 211, tmp/styles/payment-cart.less */
.payment-cart-create-button--filled .payment-cart-create-button__title,
.payment-cart-create-button--filled .payment-cart-create-button__counter {
  display: block;
}
/* line 216, tmp/styles/payment-cart.less */
.payment-cart-create-button__invite {
  color: #000000;
  font-size: 16px;
}
/* line 221, tmp/styles/payment-cart.less */
.payment-cart-create-button__title {
  display: none;
  font-size: 18px;
  color: #00503c;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 12px;
}
/* line 229, tmp/styles/payment-cart.less */
.payment-cart-create-button__counter {
  display: none;
  box-sizing: border-box;
  text-align: center;
  height: 20px;
  min-width: 20px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 999em;
  background: #00503c;
  color: #ffffff;
  padding: 0 6px;
}
/* line 245, tmp/styles/payment-cart.less */
.payment-cart-doesnt-work-popup {
  padding: 30px 24px 24px;
}
/* line 249, tmp/styles/payment-cart.less */
.payment-cart-doesnt-work-popup__image {
  height: 72px;
  width: 264px;
  margin-left: auto;
  margin-right: auto;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20264%2072%22%20enable-background%3D%22new%200%200%20264%2072%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(36.000000%2C%2031.000000)%22%3E%0A%09%3Ccircle%20id%3D%22Oval%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20cx%3D%2296%22%20cy%3D%225%22%20r%3D%2236%22%2F%3E%0A%09%3Cpath%20id%3D%22Stroke-1%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M105-3H81%0A%09%09l5.3%2C8H105L105-3z%20M101%2C21c1.5%2C0%2C2.7-1.2%2C2.7-2.7s-1.2-2.7-2.7-2.7c-1.5%2C0-2.7%2C1.2-2.7%2C2.7S99.5%2C21%2C101%2C21z%20M87.7%2C21%0A%09%09c1.5%2C0%2C2.7-1.2%2C2.7-2.7s-1.2-2.7-2.7-2.7S85%2C16.9%2C85%2C18.3S86.2%2C21%2C87.7%2C21z%20M110.3-11l-0.9%2C0.5c-2.7%2C1.4-4.4%2C4.1-4.4%2C7.2v9.7%0A%09%09c0%2C2.9-2.4%2C5.3-5.3%2C5.3h-16%22%2F%3E%0A%09%3Ccircle%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FDAA63%22%20cx%3D%2228%22%20cy%3D%225%22%20r%3D%2216%22%2F%3E%0A%09%3Ccircle%20id%3D%22Oval-Copy-2%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23BA9CC5%22%20cx%3D%22212%22%20cy%3D%225%22%20r%3D%2216%22%2F%3E%0A%09%0A%09%09%3Cpolyline%20id%3D%22Stroke-1-Copy-2%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0A%09%09219.4%2C0%20209.4%2C10%20205%2C5.6%20%09%22%2F%3E%0A%09%0A%09%09%3Cpolyline%20id%3D%22Stroke-1-Copy-8%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0A%09%0935.4%2C0%2025.4%2C10%2021%2C5.6%20%09%22%2F%3E%0A%09%3Ccircle%20id%3D%22Oval-Copy%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2300829B%22%20cx%3D%22-20%22%20cy%3D%225%22%20r%3D%2216%22%2F%3E%0A%09%3Ccircle%20id%3D%22Oval-Copy-3%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FA323C%22%20cx%3D%22164%22%20cy%3D%225%22%20r%3D%2216%22%2F%3E%0A%09%0A%09%09%3Cpolyline%20id%3D%22Stroke-1-Copy-3%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0A%09%09171.4%2C0%20161.4%2C10%20157%2C5.6%20%09%22%2F%3E%0A%09%0A%09%09%3Cpolyline%20id%3D%22Stroke-1-Copy-9%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0A%09%09-12.6%2C0%20-22.6%2C10%20-27%2C5.6%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat;
}
/* line 257, tmp/styles/payment-cart.less */
.payment-cart-doesnt-work-popup__text {
  margin-top: 16px;
}
/* line 260, tmp/styles/payment-cart.less */
.payment-cart-doesnt-work-popup__text p {
  font-size: 16px;
  color: #000000;
  line-height: normal;
}
/* line 269, tmp/styles/payment-cart.less */
.payment-cart-empty-popup {
  padding: 24px;
}
/* line 274, tmp/styles/payment-cart.less */
.payment-cart-empty-popup__text p {
  font-size: 16px;
  color: #000000;
  line-height: normal;
}
/* line 281, tmp/styles/payment-cart.less */
.payment-cart-empty-popup__image {
  margin-top: 16px;
  width: 288px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20294%20115%22%20enable-background%3D%22new%200%200%20294%20115%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22Group-3%22%3E%0A%09%3Ccircle%20id%3D%22Oval-Copy-6%22%20fill%3D%22%236BBBAE%22%20cx%3D%22277%22%20cy%3D%2286%22%20r%3D%2210%22%2F%3E%0A%09%0A%09%09%3Cpolyline%20id%3D%22Stroke-1-Copy-2%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20points%3D%22%0A%09%09281.6%2C83%20275.6%2C89%20273%2C86.4%20%09%22%2F%3E%0A%09%3Ccircle%20id%3D%22Oval%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2392C1E9%22%20cx%3D%2216%22%20cy%3D%2229%22%20r%3D%2216%22%2F%3E%0A%09%3Ccircle%20id%3D%22Oval-Copy%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FDAA63%22%20cx%3D%2216%22%20cy%3D%2286%22%20r%3D%2216%22%2F%3E%0A%09%3Cpath%20id%3D%22Rectangle%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E8E8E8%22%20d%3D%22M52%2C17h110c2.2%2C0%2C4%2C1.8%2C4%2C4l0%2C0c0%2C2.2-1.8%2C4-4%2C4%0A%09%09H52c-2.2%2C0-4-1.8-4-4l0%2C0C48%2C18.8%2C49.8%2C17%2C52%2C17z%22%2F%3E%0A%09%3Cpath%20id%3D%22Rectangle-Copy-3%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E8E8E8%22%20d%3D%22M52%2C74h140c2.2%2C0%2C4%2C1.8%2C4%2C4l0%2C0%0A%09%09c0%2C2.2-1.8%2C4-4%2C4H52c-2.2%2C0-4-1.8-4-4l0%2C0C48%2C75.8%2C49.8%2C74%2C52%2C74z%22%2F%3E%0A%09%3Cpath%20id%3D%22Rectangle-Copy-2%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E8E8E8%22%20d%3D%22M52%2C33h61c2.2%2C0%2C4%2C1.8%2C4%2C4l0%2C0%0A%09%09c0%2C2.2-1.8%2C4-4%2C4H52c-2.2%2C0-4-1.8-4-4l0%2C0C48%2C34.8%2C49.8%2C33%2C52%2C33z%22%2F%3E%0A%09%3Cpath%20id%3D%22Rectangle-Copy-4%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E8E8E8%22%20d%3D%22M52%2C90h31c2.2%2C0%2C4%2C1.8%2C4%2C4l0%2C0%0A%09%09c0%2C2.2-1.8%2C4-4%2C4H52c-2.2%2C0-4-1.8-4-4l0%2C0C48%2C91.8%2C49.8%2C90%2C52%2C90z%22%2F%3E%0A%09%3Crect%20y%3D%220%22%20opacity%3D%220.1%22%20enable-background%3D%22new%20%20%20%20%22%20width%3D%22287%22%20height%3D%221%22%2F%3E%0A%09%3Ccircle%20id%3D%22Oval-Copy-10%22%20fill%3D%22%23E5E5E5%22%20cx%3D%22277%22%20cy%3D%2229%22%20r%3D%2210%22%2F%3E%0A%09%3Crect%20id%3D%22Rectangle-Copy%22%20y%3D%2257%22%20opacity%3D%220.1%22%20enable-background%3D%22new%20%20%20%20%22%20width%3D%22287%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20id%3D%22Rectangle-Copy-5%22%20y%3D%22114%22%20opacity%3D%220.1%22%20enable-background%3D%22new%20%20%20%20%22%20width%3D%22287%22%20height%3D%221%22%2F%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M277%2C68L277%2C68c0.6%2C0%2C1%2C0.4%2C1%2C1v3c0%2C0.6-0.4%2C1-1%2C1l0%2C0%0A%09%09c-0.6%2C0-1-0.4-1-1v-3C276%2C68.4%2C276.4%2C68%2C277%2C68z%22%2F%3E%0A%09%3Cpath%20id%3D%22Rectangle-Copy-6%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M277%2C99L277%2C99c0.6%2C0%2C1%2C0.4%2C1%2C1v3%0A%09%09c0%2C0.6-0.4%2C1-1%2C1l0%2C0c-0.6%2C0-1-0.4-1-1v-3C276%2C99.4%2C276.4%2C99%2C277%2C99z%22%2F%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M294%2C86L294%2C86c0%2C0.6-0.4%2C1-1%2C1h-3c-0.6%2C0-1-0.4-1-1l0%2C0%0A%09%09c0-0.6%2C0.4-1%2C1-1h3C293.6%2C85%2C294%2C85.4%2C294%2C86z%22%2F%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M264%2C86L264%2C86c0%2C0.6-0.4%2C1-1%2C1h-3c-0.6%2C0-1-0.4-1-1l0%2C0%0A%09%09c0-0.6%2C0.4-1%2C1-1h3C263.6%2C85%2C264%2C85.4%2C264%2C86z%22%2F%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M289.8%2C98.3L289.8%2C98.3c-0.4%2C0.4-1%2C0.4-1.4%2C0l-2.1-2.1%0A%09%09c-0.4-0.4-0.4-1%2C0-1.4l0%2C0c0.4-0.4%2C1-0.4%2C1.4%2C0l2.1%2C2.1C290.2%2C97.2%2C290.2%2C97.9%2C289.8%2C98.3z%22%2F%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M289.8%2C73.7L289.8%2C73.7c0.4%2C0.4%2C0.4%2C1%2C0%2C1.4l-2.1%2C2.1%0A%09%09c-0.4%2C0.4-1%2C0.4-1.4%2C0l0%2C0c-0.4-0.4-0.4-1%2C0-1.4l2.1-2.1C288.7%2C73.3%2C289.4%2C73.3%2C289.8%2C73.7z%22%2F%3E%0A%09%3Cpath%20id%3D%22Rectangle-Copy-7%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M264.2%2C73.7L264.2%2C73.7%0A%09%09c0.4-0.4%2C1-0.4%2C1.4%2C0l2.1%2C2.1c0.4%2C0.4%2C0.4%2C1%2C0%2C1.4l0%2C0c-0.4%2C0.4-1%2C0.4-1.4%2C0l-2.1-2.1C263.8%2C74.8%2C263.8%2C74.1%2C264.2%2C73.7z%22%2F%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236BBBAE%22%20d%3D%22M267.8%2C94.7L267.8%2C94.7c0.4%2C0.4%2C0.4%2C1%2C0%2C1.4l-2.1%2C2.1%0A%09%09c-0.4%2C0.4-1%2C0.4-1.4%2C0l0%2C0c-0.4-0.4-0.4-1%2C0-1.4l2.1-2.1C266.7%2C94.3%2C267.4%2C94.3%2C267.8%2C94.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat;
}
/* line 291, tmp/styles/payment-cart.less */
.payment-cart-preview-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E0E1E3;
}
/* line 299, tmp/styles/payment-cart.less */
.payment-cart-preview-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E0E1E3;
  cursor: pointer;
  position: relative;
}
/* line 306, tmp/styles/payment-cart.less */
.payment-cart-preview-item--complete-error .payment-cart-preview-item__name {
  color: #fa323c;
}
/* line 309, tmp/styles/payment-cart.less */
.payment-cart-preview-item--complete-error:after {
  content: '';
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fa323c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A") 50% 50% no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}
/* line 322, tmp/styles/payment-cart.less */
.payment-cart-preview-item--complete-success:after {
  content: '';
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A") 50% 50% no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}
/* line 335, tmp/styles/payment-cart.less */
.payment-cart-preview-item--error .payment-cart-preview-item__name,
.payment-cart-preview-item--error .payment-cart-preview-item__value {
  color: #fa323c;
}
/* line 339, tmp/styles/payment-cart.less */
.payment-cart-preview-item--error:before {
  content: '';
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fa323c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M18%2C20V10%20M18%2C24v2%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fa323c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2214%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 349, tmp/styles/payment-cart.less */
.payment-cart-preview-item--error:first-child {
  border-top: 1px solid #E0E1E3;
}
/* line 354, tmp/styles/payment-cart.less */
.payment-cart-preview-item--collapsed {
  cursor: pointer;
  padding-right: 24px;
}
/* line 358, tmp/styles/payment-cart.less */
.payment-cart-preview-item--collapsed:after {
  content: '';
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A") 50% 50% no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
/* line 371, tmp/styles/payment-cart.less */
.payment-cart-preview-item--expanded {
  cursor: pointer;
  padding-right: 24px;
}
/* line 358, tmp/styles/payment-cart.less */
.payment-cart-preview-item--expanded:after {
  content: '';
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A") 50% 50% no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
/* line 373, tmp/styles/payment-cart.less */
.payment-cart-preview-item--expanded:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 378, tmp/styles/payment-cart.less */
.accordion .payment-cart-preview-item.accordion-title {
  line-height: normal;
  height: auto;
  margin-bottom: -1px;
}
/* line 382, tmp/styles/payment-cart.less */
.accordion .payment-cart-preview-item.accordion-title:after {
  top: auto;
}
/* line 387, tmp/styles/payment-cart.less */
.payment-cart-preview-item__desc {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 12px;
}
/* line 392, tmp/styles/payment-cart.less */
.payment-cart-preview-item__name {
  font-size: 18px;
  color: #000000;
}
/* line 397, tmp/styles/payment-cart.less */
.payment-cart-preview-item__error {
  font-size: 14px;
  color: #fa323c;
}
/* line 402, tmp/styles/payment-cart.less */
.payment-cart-preview-item__value {
  color: #00829b;
  font-size: 18px;
  margin-right: 12px;
}
/* line 408, tmp/styles/payment-cart.less */
.payment-cart-preview-item__remove {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C11l-2%2C18H12l-2-18%20M18%2C11v15%20M14%2C11l1%2C15%20M22%2C11l-1%2C15%20M9%2C7h18%20M18%2C7V4%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A") center no-repeat;
  background-size: 16px;
}
/* line 417, tmp/styles/payment-cart.less */
.payment-cart-preview-error {
  font-size: 14px;
  color: #fa323c;
  margin-top: 12px;
  text-align: center;
}
/* line 426, tmp/styles/payment-cart.less */
.payment-cart-preview-total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E0E1E3;
  color: #1b1d1f;
}
/* line 429, tmp/styles/payment-cart.less */
.payment-cart-preview-total * {
  font-size: 18px;
  font-weight: bold;
}
/* line 435, tmp/styles/payment-cart.less */
.payment-cart-preview-total__desc {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 439, tmp/styles/payment-cart.less */
.payment-cart-preview-total__value {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 16px;
}
/* line 447, tmp/styles/payment-cart.less */
.payment-cart-complete-page .page-content {
  min-height: calc(100% - 40px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 459, tmp/styles/payment-cart.less */
.payment-cart-complete__icon {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.04);
  background-size: 50px;
  border-radius: 50%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
/* line 472, tmp/styles/payment-cart.less */
.payment-cart-complete__icon--success {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 476, tmp/styles/payment-cart.less */
.payment-cart-complete__icon--failed {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23fa323c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 480, tmp/styles/payment-cart.less */
.payment-cart-complete__message {
  margin-top: 22px;
  text-align: center;
  font-size: 20px;
  color: #1b1d1f;
}
/* line 487, tmp/styles/payment-cart.less */
.payment-cart-complete__list {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 492, tmp/styles/payment-cart.less */
.payment-cart-complete__footer {
  margin-top: auto;
  margin-bottom: 28px;
}
/* line 6, tmp/styles/card-orders.less */
.card-orders-page .ui-content .page-content {
  padding-bottom: 70px;
}
/* line 11, tmp/styles/card-orders.less */
.card-orders-page__card {
  width: 240px;
  height: 150px;
  border-right: 8px;
  margin: 0 16px 10px;
  position: relative;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 24, tmp/styles/card-orders.less */
.card-orders-page__card--default {
  background-color: #00ADF3;
  border-radius: 8px;
}
/* line 29, tmp/styles/card-orders.less */
.card-orders-page__card-info {
  position: absolute;
  left: 16px;
  bottom: 10px;
  max-width: calc(100% - 32px);
}
/* line 37, tmp/styles/card-orders.less */
.card-orders-page__card-info * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 1px 0 #000000;
}
/* line 46, tmp/styles/card-orders.less */
.card-orders-page__card-cardholder-name {
  overflow: hidden;
  max-height: 1.2em;
  line-height: 1.2em;
}
/* line 54, tmp/styles/card-orders.less */
.card-orders-index-page .slide-card__currency-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 59, tmp/styles/card-orders.less */
.card-orders-index-page .slide-card__currency {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 80, 60, 0.12);
  margin: 10px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #00503c;
}
/* line 74, tmp/styles/card-orders.less */
.card-orders-index-page .swiper-container.card-orders__slider {
  padding: 30px 0 30px;
  background: #E7E300;
}
/* line 81, tmp/styles/card-orders.less */
.card-orders-index-page .swiper-container.card-orders__slider .swiper-pagination {
  top: 0;
  bottom: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 89, tmp/styles/card-orders.less */
.card-orders-index-page .swiper-container.card-orders__slider .swiper-pagination-bullet {
  background-color: #00503c;
  height: 1px;
  margin: 0 5px;
  width: 100%;
  border-radius: 0;
}
/* line 98, tmp/styles/card-orders.less */
.card-orders-index-page .ui-content .page-content {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
/* line 104, tmp/styles/card-orders.less */
.card-orders-index-page .form-submit-container {
  margin-top: 0;
}
/* line 108, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__empty-message {
  text-align: center;
  margin: 24px;
  color: #999;
}
/* line 114, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description {
  padding: 20px 10px 0;
  display: none;
}
/* line 118, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description.card-orders__description--active {
  display: block;
}
/* line 122, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description.card-orders__description--loading {
  position: relative;
}
/* line 127, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description.card-orders__description--loading .card-orders__description-text {
  visibility: hidden;
  min-height: 200px;
}
/* line 132, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description.card-orders__description--loading:before {
  content: '';
  top: 100px;
  left: 50%;
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAATESURBVGhDzdl3jBVVGIbxq9gV7F1KbCA2LKggIMWCBZCiIkajEtDYwIqggCDVEgWjgAVENNhAEcGIAlGwxEqxdyP2XgH5x+eZzNnMrvcuy+4yM1/yy6Igvue755w5c26hhrUBdkFXjMXTeB8/4xOcglzVVuiFZ/EL/sY/WInV+Bdr8D22QOa1JfrBbv6G3/En/kKx4P56R2RWG+JkvAWngV3+FQb/Awa36wZfhRB8Ieogk3JajMd3+AE/wfAGt+sGD13/AgvwEAZga2RSu+M5fAuDO2d/hOHtugOYj0uwJ/xkMq+98SpW4GuE8Hbdn1NxMHJVu+FlfImvYPhvYPgXcSTSKLfbKpdzeg4+h3M2GX4cNkcaZWinXpWmn3/oJrjdfYrPYHgHcRnWqQM1qBDaHWmj+GeldTw+wEdIhr8UaVXF0BvHSnbeJ9zzMPiHMPzHuBlpdTqUIUPoTRKKVm+8i/fgecMBONfTmtMVK4TeFJvFHEy5stvuFsvxDhyAvz4MWZVdD6FtXlCuOmMJlmIZDH07si47blgb6zlJZV13/k6G55C34QD8uR+yLrseArtN10XZaXMHvII38CYcwAPISxnUwPUSos2iA16LvR47C3kpp4uHNW0Tc+FG52s77rkk2AN5Kfdzw24b2w7RdHERvgTPJvL1q+Rmn0E5LULg7WNOl8IjWBRbjLuQt7LjrkXfpuQgCnPxQsIw5K2c3zvFdkb0OuiLgG8tvmbpKuStDO5tQlJhHjyjBFcib+VU8R0hqfAkDO9Vg65H3soF6U4XRMGn4JmEW5C3cmo0SIiCj4CnQLkVPoi8bYcN0SjBBRodZ2fjKcyCU2dX5KV8cu4V8yZB0XbYEobVE5gJT4t5KR8++8S8eZCHrmjFPooZeDw2Cmm/9ZQqp0bj2L4weDSVDTgcj8EB+CSdDj+SrMuzeNOYx+wmqI+yOgYGfhiG9gqtP7Iuu30gDsD+cADlrvV8PZoIA7urTIPbpB9PVuUZvBm8LTsIDsA8/5vC3sYa2JcIr9cMPhK+96VdHmXt8qE4BGEARa+sDXgr7oevcvfhHpyPNBeq/y+3vuY4HL6wOwCnScnni6Mz8L0w9CRMgJ9GWuXDpgW8nzwCDsDw5eZ2xXK05+FuhNB3wvvxE7E+O+/f7WJsjaNh+KNgeP/9WsuFeh1C6DvgZedtOBPrY8575eCu0Q7ucMnwLsoqH0F8WvlCkQzt/Pc6zmNvbe7xvtkY9Fi0R1uE8E6RkldvpcoVfAOSof1KcDRuhN+6Rae0apbNcRqchI7wwjUZ3t/z069WeRy4Ah51vX4eA7dIgzuowXBNuIA8M1d2HezvucDciw13KjwT+V2o6+cEHAevS9xNajwl/ahOg532DOMx2CPCUBh8EPyiyle+i9ATBrFrbWAQw50O18gZ6IFu6IJOcNfyv7HrPtora8A6l3+h4UK3h8BFPBDXwN+7HH4BcDEuRF94bD4XZ8Pp5cBsRHcku+5Aiz5gaqPsfis4fUK3r4XBXbSebyoL7g2Zwe2+wf0q3SniA6dWu1yq3L7cpuygga+GgzG4314UC34ODO50cao4jTzppRK4WLmIPCe7hdlBA/bBBfFP/9nuumO4vRk2uvurfhUK/wHYnQL/xkF2eAAAAABJRU5ErkJggg==") no-repeat center white;
  background-size: 20px;
  animation: spinner 1s linear infinite;
  -webkit-animation: spinner 1s linear infinite;
}
/* line 149, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description,
.card-orders-index-page .card-orders__description * {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4e4e4e;
}
/* line 155, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 160, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description .column {
  width: 100%;
  margin: 0 20px 24px;
}
/* line 165, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description .lead {
  font-size: 18px;
}
/* line 169, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description ul {
  list-style: none;
}
/* line 173, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description li {
  position: relative;
  padding-left: 20px;
}
/* line 177, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description li + li {
  margin-top: 20px;
}
/* line 181, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dce123;
  position: absolute;
  left: 0;
  top: .5em;
}
/* line 194, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description h2 {
  font-family: FuturaMedium, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
/* line 201, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description th,
.card-orders-index-page .card-orders__description td {
  padding-bottom: 16px;
}
/* line 205, tmp/styles/card-orders.less */
.card-orders-index-page .card-orders__description th {
  font-family: FuturaHeavy, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: right;
  color: #074f44;
  padding-right: 16px;
}
/* line 216, tmp/styles/card-orders.less */
.card-orders-form-page .card-orders-form-page__card {
  margin: 10px auto 30px;
}
/* line 220, tmp/styles/card-orders.less */
.card-orders-form-page .card-orders-form-page__order-details {
  border-top: 1px solid #E0E1E3;
  margin-bottom: 4px;
}
/* line 1, tmp/styles/digital-card.less */
.digital-card-reveal-card-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 7, tmp/styles/digital-card.less */
.digital-card-reveal-card-number__number {
  margin-right: 12px;
}
/* line 11, tmp/styles/digital-card.less */
.digital-card-reveal-card-number__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  cursor: pointer;
  background-image: url(images/eye-closed.svg);
}
/* line 22, tmp/styles/digital-card.less */
.digital-card-reveal-card-number__icon--opened {
  background-image: url(images/eye-opened.svg);
}
/* line 28, tmp/styles/digital-card.less */
.digital-card-resend-params {
  text-decoration: underline;
}
/* line 2, tmp/styles/credit-limit.less */
.__button_container .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/credit-limit.less */
.__button_container .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/credit-limit.less */
.__button_container .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/credit-limit.less */
.credit-limit-page .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/credit-limit.less */
.credit-limit-page .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/credit-limit.less */
.credit-limit-page .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/send-money-transfer.less */
.credit-limit-page .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/send-money-transfer.less */
.credit-limit-page .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/send-money-transfer.less */
.credit-limit-page .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 6, tmp/styles/visa-alias.less */
.credit-limit-page .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 11, tmp/styles/visa-alias.less */
.credit-limit-page .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 13, tmp/styles/visa-alias.less */
.credit-limit-page .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 20, tmp/styles/credit-limit.less */
.credit-limit-page .stepper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 20px;
}
/* line 26, tmp/styles/credit-limit.less */
.credit-limit-page .stepper__step {
  height: 1px;
  background: #999;
  width: 100%;
  margin: 0 1vw;
}
/* line 33, tmp/styles/credit-limit.less */
.credit-limit-page .stepper__step:first-child {
  margin-left: 0;
}
/* line 37, tmp/styles/credit-limit.less */
.credit-limit-page .stepper__step:last-child {
  margin-right: 0;
}
/* line 41, tmp/styles/credit-limit.less */
.credit-limit-page .stepper__step--active {
  background: black;
}
/* line 45, tmp/styles/credit-limit.less */
.credit-limit-page .page-subtitle {
  font-size: 24px;
  text-align: center;
  margin: 0 16px 16px;
}
/* line 51, tmp/styles/credit-limit.less */
.credit-limit-page .accordion {
  border-bottom: none;
  border-top: none;
}
/* line 56, tmp/styles/credit-limit.less */
.credit-limit-page .accordion-title {
  font-size: 20px;
}
/* line 61, tmp/styles/credit-limit.less */
.credit-limit-page--nested .ui-header {
  background: #E9E7E7 !important;
}
/* line 2, tmp/styles/credit-limit.less */
.credit-limit-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/credit-limit.less */
.credit-limit-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/credit-limit.less */
.credit-limit-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/send-money-transfer.less */
.credit-limit-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/send-money-transfer.less */
.credit-limit-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/send-money-transfer.less */
.credit-limit-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 6, tmp/styles/visa-alias.less */
.credit-limit-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 11, tmp/styles/visa-alias.less */
.credit-limit-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 13, tmp/styles/visa-alias.less */
.credit-limit-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 68, tmp/styles/credit-limit.less */
.credit-limit-popup .message-popup {
  padding: 30px 24px 24px;
}
/* line 72, tmp/styles/credit-limit.less */
.credit-limit-popup .message-popup__text {
  margin-top: 8px;
  text-align: center;
  font-size: 24px;
  color: black;
  line-height: normal;
}
/* line 2, tmp/styles/send-money-transfer.less */
.__button_container .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/send-money-transfer.less */
.__button_container .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/send-money-transfer.less */
.__button_container .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/credit-limit.less */
.send-money-transfer-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/credit-limit.less */
.send-money-transfer-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/credit-limit.less */
.send-money-transfer-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 6, tmp/styles/visa-alias.less */
.send-money-transfer-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 11, tmp/styles/visa-alias.less */
.send-money-transfer-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 13, tmp/styles/visa-alias.less */
.send-money-transfer-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 19, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .message-popup {
  padding: 30px 24px 24px;
}
/* line 23, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .message-popup__title {
  margin-top: 8px;
  text-align: center;
  font-size: 24px;
  color: black;
  line-height: normal;
}
/* line 31, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .message-popup__text {
  margin-top: 15px;
}
/* line 35, tmp/styles/send-money-transfer.less */
.send-money-transfer-popup .message-popup-close {
  display: none;
}
/* line 40, tmp/styles/send-money-transfer.less */
.send-money-transfer-currency {
  position: relative;
  padding: 0;
}
/* line 44, tmp/styles/send-money-transfer.less */
.send-money-transfer-currency .amount {
  line-height: 40px;
}
/* line 6, tmp/styles/visa-alias.less */
.__button_container .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 11, tmp/styles/visa-alias.less */
.__button_container .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 13, tmp/styles/visa-alias.less */
.__button_container .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/credit-limit.less */
.set-visa-alias-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/credit-limit.less */
.set-visa-alias-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/credit-limit.less */
.set-visa-alias-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 2, tmp/styles/send-money-transfer.less */
.set-visa-alias-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 7, tmp/styles/send-money-transfer.less */
.set-visa-alias-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, tmp/styles/send-money-transfer.less */
.set-visa-alias-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 6, tmp/styles/visa-alias.less */
.set-visa-alias-popup .button-container {
  margin-top: 20px;
  text-align: center;
}
/* line 11, tmp/styles/visa-alias.less */
.set-visa-alias-popup .button-container--group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 13, tmp/styles/visa-alias.less */
.set-visa-alias-popup .button-container--group .ui-btn {
  margin: 0 !important;
  width: 100% !important;
}
/* line 23, tmp/styles/visa-alias.less */
.set-visa-alias-popup .message-popup {
  padding: 30px 24px 24px;
}
/* line 27, tmp/styles/visa-alias.less */
.set-visa-alias-popup .message-popup__title {
  margin-top: 8px;
  font-size: 24px;
  color: black;
  line-height: normal;
}
/* line 34, tmp/styles/visa-alias.less */
.set-visa-alias-popup .message-popup__text {
  margin-top: 8px;
  color: black;
  line-height: normal;
}
/* line 42, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice {
  margin-top: 60px;
  margin-bottom: -11px;
}
/* line 46, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice.loading {
  min-height: 30px;
  position: static;
}
/* line 50, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice.loading::after {
  top: 80%;
}
/* line 54, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice.loading .beneficiary-choice-container {
  display: none;
}
/* line 59, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice .ui-one-row .field-label.radio-small .ui-radio {
  width: 100%;
}
/* line 62, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice .ui-one-row .field-label.radio-small .ui-radio label {
  height: auto;
  box-sizing: border-box;
}
/* line 68, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice .beneficiary__label {
  font-size: 14px;
  color: #999;
}
/* line 63, tmp/styles/typo.less */
.invert .visa-alias-transfer-index-page .beneficiary-choice .beneficiary__label {
  color: #999;
}
/* line 73, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice .beneficiary-choice-message {
  padding-bottom: 12px;
  white-space: normal;
}
/* line 77, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .beneficiary-choice .beneficiary-choice-message.beneficiary-choice-message__error {
  color: #e1421d;
}
/* line 84, tmp/styles/visa-alias.less */
.visa-alias-transfer-index-page .ui-field-contain.extended-field .beneficiary-choice {
  margin-top: 90px;
}
/* line 6, tmp/styles/operation-instalments.less */
#instalment-details-page .page-content {
  padding: 0;
}
/* line 10, tmp/styles/operation-instalments.less */
#instalment-details-page .pre-content {
  padding: 0;
}
/* line 14, tmp/styles/operation-instalments.less */
#instalment-details-page .tabs {
  width: 100%;
  min-height: 20px;
}
/* line 18, tmp/styles/operation-instalments.less */
#instalment-details-page .tabs .tabs__title {
  display: inline-block;
  width: 33.333%;
  cursor: pointer;
  text-align: center;
  height: 48px;
  line-height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  color: #999;
  font-weight: bolder;
  border-radius: 3px 3px 0 0;
  border-bottom: 2px solid #E0E1E3;
}
/* line 33, tmp/styles/operation-instalments.less */
#instalment-details-page .tabs .tabs__title.title-active {
  color: black;
  border-color: black;
  border-bottom: 2px solid;
}
/* line 39, tmp/styles/operation-instalments.less */
#instalment-details-page .tabs .tabs__title.invert {
  color: #999;
}
/* line 42, tmp/styles/operation-instalments.less */
#instalment-details-page .tabs .tabs__title.invert:not(.title-active) {
  border: 0;
}
/* line 46, tmp/styles/operation-instalments.less */
#instalment-details-page .tabs .tabs__title.invert.title-active {
  color: black;
  border-color: #00ADF3;
  border-bottom: 2px solid #00ADF3;
}
/* line 57, tmp/styles/operation-instalments.less */
.tabs-content__body {
  padding: 20px;
}
/* line 60, tmp/styles/operation-instalments.less */
.tabs-content__body.hidden {
  display: none;
}
/* line 66, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section .title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 12px;
  border-bottom: 1px solid #d2d3d5;
}
/* line 74, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.overDueAmount .title {
  color: #ee2020;
}
/* line 78, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.overDueAmount *.row-value {
  color: #ee2020;
}
/* line 84, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.history .title {
  color: #999;
}
/* line 90, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.history .instalment-history-row .instalment-detail-row {
  margin-top: 16px;
}
/* line 93, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.history .instalment-history-row .instalment-detail-row *.ui-link {
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  color: black;
  font-weight: bolder;
}
/* line 101, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.history .instalment-history-row .instalment-detail-row .row-value.amount {
  font-size: 18px;
  line-height: 22px;
}
/* line 107, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.history .instalment-history-row .instalment-detail-row .operation-status::after {
  margin-top: -4px;
}
/* line 111, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section.history .instalment-history-row .instalment-detail-row .operation-status.icon {
  background-size: 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
/* line 124, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section .instalment-detail-row {
  zoom: 1;
  color: #233243;
  line-height: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 176, tmp/styles/_mixins.less */
.tabs-content__body .instalment-detail-section .instalment-detail-row:before,
.tabs-content__body .instalment-detail-section .instalment-detail-row:after {
  content: "";
  display: table;
}
/* line 177, tmp/styles/_mixins.less */
.tabs-content__body .instalment-detail-section .instalment-detail-row:after {
  clear: both;
}
/* line 130, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section .instalment-detail-row .row-name {
  color: #999;
  font-size: 14px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: lowercase;
}
/* line 63, tmp/styles/typo.less */
.invert .tabs-content__body .instalment-detail-section .instalment-detail-row .row-name {
  color: #999;
}
/* line 141, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section .instalment-detail-row .row-value {
  float: right;
  margin-left: 16px;
}
/* line 145, tmp/styles/operation-instalments.less */
.tabs-content__body .instalment-detail-section .instalment-detail-row .row-value.ui-link {
  color: black;
  font-weight: bolder;
}
/* line 154, tmp/styles/operation-instalments.less */
.line-btn-with-icon {
  width: 100%;
  line-height: 49px;
  min-height: 49px;
  cursor: pointer;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* line 161, tmp/styles/operation-instalments.less */
.line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  margin-top: 10px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.line-btn-with-icon .ui-icon-calendar {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2C27%0A%09c0%2C1.1-0.9%2C2-2%2C2H9c-1.1%2C0-2-0.9-2-2V9c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2V27z%20M7%2C12h22%20M18%2C24v-7l-2%2C1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 166, tmp/styles/operation-instalments.less */
.line-btn-with-icon .line-title {
  padding-left: 16px;
}
/* line 172, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .instalment-plan-month {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 179, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .instalment-plan-month .title {
  font-size: 14px;
  padding-right: 12px;
}
/* line 189, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .slider-container .ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  border: 0;
  top: 3px;
  background-color: #0091ff;
}
/* line 197, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .slider-container .ui-slider-track {
  margin: 0 10px;
  height: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 204, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .slider-container .ui-btn-active {
  height: 3px;
  border: 0;
  background-color: #0091ff;
}
/* line 212, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .planInfo .instalment-plan-data {
  border-bottom: 1px solid #E0E1E3;
  padding-bottom: 12px;
}
/* line 216, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .planInfo .instalment-plan-data .data-row {
  width: 100%;
}
/* line 219, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .planInfo .instalment-plan-data .data-row .name {
  display: inline-block;
  height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
/* line 227, tmp/styles/operation-instalments.less */
#instalment-plans-dialog .planInfo .instalment-plan-data .data-row .value {
  display: inline-block;
  height: 18px;
  padding-top: 0;
  font-size: 16px;
  text-align: right;
  float: right;
}
/* line 241, tmp/styles/operation-instalments.less */
.repayment-detail-section .detail-row {
  line-height: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 248, tmp/styles/operation-instalments.less */
.repayment-detail-section .detail-row .name {
  color: #999;
  font-size: 14px;
  text-transform: lowercase;
  padding-right: 12px;
  font-weight: normal;
}
/* line 63, tmp/styles/typo.less */
.invert .repayment-detail-section .detail-row .name {
  color: #999;
}
/* line 256, tmp/styles/operation-instalments.less */
.repayment-detail-section .detail-row value,
.repayment-detail-section .detail-row * {
  font-weight: bold;
}
/* line 262, tmp/styles/operation-instalments.less */
.message-info {
  font-size: 18px;
  text-align: center;
  color: #E7E300;
}
/* line 268, tmp/styles/operation-instalments.less */
.early-repayment-is-forbidden {
  padding: 12px;
}
/* line 270, tmp/styles/operation-instalments.less */
.early-repayment-is-forbidden .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/* line 276, tmp/styles/operation-instalments.less */
.early-repayment-is-forbidden .message {
  padding-top: 20px;
  text-align: center;
  line-height: 2em;
}
/* line 7, tmp/styles/sca.less */
#sca-sca-verify-page .default-header {
  max-height: 48px;
}
/* line 11, tmp/styles/sca.less */
#sca-sca-verify-page .sca-header.invert {
  background-color: #E7E300;
}
/* line 15, tmp/styles/sca.less */
#sca-sca-verify-page .sca-header {
  height: 138px;
}
/* line 19, tmp/styles/sca.less */
#sca-sca-verify-page .sca-header-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
}
/* line 25, tmp/styles/sca.less */
#sca-sca-verify-page .sca-header-images img {
  height: 32px;
}
/* line 30, tmp/styles/sca.less */
#sca-sca-verify-page .sca-header-content {
  text-align: center;
  padding: 12px;
  max-width: 75%;
  margin: auto;
}
/* line 37, tmp/styles/sca.less */
#sca-sca-verify-page .page-content {
  padding-top: 160px;
  height: calc(100% - 180px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 46, tmp/styles/sca.less */
#sca-sca-verify-page .sca-action-hint {
  text-align: center;
  padding-bottom: 12px;
}
/* line 51, tmp/styles/sca.less */
#sca-sca-verify-page .sca-back-hint {
  text-align: center;
}
/* line 55, tmp/styles/sca.less */
#sca-sca-verify-page .actions-btn-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/* line 59, tmp/styles/sca.less */
#sca-sca-verify-page .actions-btn-wrapper a {
  margin: 0.5em;
  width: 100%;
  display: block;
}
/* line 67, tmp/styles/sca.less */
#sca-sca-verify-page .sca-verified-image {
  height: 76px;
}
/* line 71, tmp/styles/sca.less */
#sca-sca-verify-page .sca-verified-container {
  text-align: center;
  width: 200px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 79, tmp/styles/sca.less */
#sca-sca-verify-page .sca-verified-text {
  margin-top: 0.5em;
}
/* line 86, tmp/styles/sca.less */
#sca-sca-error-page .page-content {
  height: calc(100% - 48px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 93, tmp/styles/sca.less */
#sca-sca-error-page .page-content a {
  margin: 0.5em;
  display: block;
}
/* line 99, tmp/styles/sca.less */
#sca-sca-error-page .sca-back-hint {
  text-align: center;
}
/* line 103, tmp/styles/sca.less */
#sca-sca-error-page .sca-error-content {
  text-align: center;
  margin-top: 2.25em;
}
/* line 107, tmp/styles/sca.less */
#sca-sca-error-page .sca-error-content .sca-error-image {
  height: 120px;
}
/* line 111, tmp/styles/sca.less */
#sca-sca-error-page .sca-error-content .sca-error-header {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 24px;
}
/* line 117, tmp/styles/sca.less */
#sca-sca-error-page .sca-error-content .sca-error-text {
  margin-top: 1.25em;
  display: block;
}
/* line 126, tmp/styles/sca.less */
* > .sca-invite-header {
  transition: top linear 0.2s;
  position: absolute;
  z-index: 500;
  top: 0;
  padding-top: 0;
}
/* line 128, tmp/styles/sca.less */
* > .sca-invite-header.hidden {
  visibility: hidden;
  top: -128px;
}
/* line 144, tmp/styles/sca.less */
.sca-invite-header {
  min-height: 64px;
  color: black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
/* line 150, tmp/styles/sca.less */
.sca-invite-header.invert {
  background-color: #E7E300;
}
/* line 154, tmp/styles/sca.less */
.sca-invite-header .sca-invite-header-logo {
  width: 40px;
  height: 40px;
  margin: 8px;
}
/* line 160, tmp/styles/sca.less */
.sca-invite-header .sca-invite-header-content {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 168, tmp/styles/sca.less */
.sca-invite-header .sca-invite-subtitle {
  margin-top: 3px;
  min-height: 14px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}
/* line 176, tmp/styles/sca.less */
.sca-invite-header .sca-close-btn {
  display: block;
  width: 32px;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 186, tmp/styles/sca.less */
.sca-invite-header .sca-close-btn:after {
  margin: initial;
  left: initial;
  top: initial;
}
@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/FuturaPTBold.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/FuturaPTBook.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/FuturaPTMedium.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaHeavy';
    src: url('fonts/FuturaPTHeavy.otf') format('opentype');
}
/* line 6, tmp/styles/ipsIcons.less */
.ui-icon-nsmep:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 8, tmp/styles/ipsIcons.less */
.invert .ui-icon-nsmep:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 13, tmp/styles/ipsIcons.less */
.ui-icon-card-nsmep:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  background-position: center;
}
/* line 15, tmp/styles/ipsIcons.less */
.invert .ui-icon-card-nsmep:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/ipsIcons.less */
.ui-icon-inline-colored-full-nsmep {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-nsmep {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-colored-full-nsmep {
  display: inline-block;
}
/* line 23, tmp/styles/ipsIcons.less */
.ui-icon-inline-nsmep {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  background-position: center;
}
/* line 41, tmp/styles/_mixins.less */
.invert .ui-icon-inline-nsmep {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2248%22%20viewBox%3D%220%200%2049%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.4316%2024.2032C20.4316%2024.1693%2020.4316%2024.1693%2020.4316%2024.1355C20.4316%2021.6644%2022.4288%2019.6672%2024.8999%2019.6672C27.371%2019.6672%2029.3682%2021.6644%2029.3682%2024.1355C29.3682%2026.5727%2027.371%2028.5699%2024.9338%2028.6038V34.6292C30.7222%2034.6292%2035.3936%2029.9239%2035.3936%2024.1355C35.3936%2018.3471%2030.6883%2013.6418%2024.8999%2013.6418C19.1115%2013.6418%2014.4062%2018.3471%2014.4062%2024.1355C14.4062%2024.1693%2014.4062%2024.1693%2014.4062%2024.2032H20.4316Z%22%20fill%3D%22%23FFCB00%22%2F%3E%0A%3Cpath%20d%3D%22M40.333%2016.4175C41.45%2018.7193%2042.0932%2021.2581%2042.0932%2024C42.0932%2033.512%2034.3753%2041.2299%2024.8633%2041.2299C15.3513%2041.2299%207.63338%2033.512%207.63338%2024C7.63338%2014.8265%2014.8097%207.34556%2023.8478%206.80395L28.1468%200.236953C27.0636%200.067701%2025.9803%200%2024.8633%200C11.5939%200%200.863281%2010.7306%200.863281%2024C0.863281%2037.2694%2011.5939%2048%2024.8633%2048C38.1327%2048%2048.8633%2037.2694%2048.8633%2024C48.8633%2018.8209%2047.2385%2014.048%2044.4289%2010.1213L40.333%2016.4175Z%22%20fill%3D%22%23174283%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 30, tmp/styles/_mixins.less */
.invert .ui-icon-inline-nsmep {
  display: inline-block;
}
/* line 29, tmp/styles/customization.less */
.ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-addCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 33, tmp/styles/customization.less */
.ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-addVirtCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 37, tmp/styles/customization.less */
.ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-earlyCloseVirtual:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 41, tmp/styles/customization.less */
.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 45, tmp/styles/customization.less */
.ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-reissueCard:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M31%2C22.5%0A%09c0%2C0.8-0.7%2C1.5-1.5%2C1.5h-15c-0.8%2C0-1.5-0.7-1.5-1.5v-9c0-0.8%2C0.7-1.5%2C1.5-1.5h15c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22.5z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13%2C16h18%22%2F%3E%0A%3C%2Fg%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2214%22%20x2%3D%223%22%20y2%3D%2214%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2222%22%20x2%3D%227%22%20y2%3D%2222%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2218%22%20x2%3D%225%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 49, tmp/styles/customization.less */
.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-regenCVC2:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%20%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 53, tmp/styles/customization.less */
.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-cashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 56, tmp/styles/customization.less */
.ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-cancelcashbycode:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 60, tmp/styles/customization.less */
.ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-cash:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2C8%0A%09c0%2C1.3-0.1%2C2.7-0.3%2C4c-1.1%2C6.4-4.5%2C12.1-9.7%2C16l0%2C0c-3%2C0-5.9-0.7-8.6-1.9C8.2%2C25.5%2C7.1%2C24.8%2C6%2C24L18%2C8H28z%20M15%2C19c0%2C1.1%2C0.9%2C2%2C2%2C2%0A%09c2.2%2C0%2C4-1.8%2C4-4c0-1.1-0.9-2-2-2C16.8%2C15%2C15%2C16.8%2C15%2C19z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 64, tmp/styles/customization.less */
.ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-wallet:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M28.2%2C21.2V25c0%2C0.9-0.7%2C1.6-1.6%2C1.6h-17C8.7%2C26.6%2C8%2C25.9%2C8%2C25V11c0-0.9%2C0.7-1.6%2C1.6-1.6h17c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v3.8%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%0A%09M29%2C20.4c0%2C0.4-0.4%2C0.8-0.8%2C0.8h-5.6c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2h5.6c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8V20.4z%22%2F%3E%0A%3Ccircle%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23007054%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2222.6%22%20cy%3D%2218%22%20r%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 68, tmp/styles/customization.less */
.ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-mail:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Email%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C25c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V11c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V25z%22%2F%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6.5%2C9.6l8.8%2C7.9c1.5%2C1.4%2C3.8%2C1.4%2C5.4%2C0l8.8-7.9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 72, tmp/styles/customization.less */
.ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-percent:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22none%22%20stroke-width%3D%221%22%20stroke%3D%22%23007054%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6%2C10%0A%09c0-2.2%2C1.8-4%2C4-4s4%2C1.8%2C4%2C4s-1.8%2C4-4%2C4S6%2C12.2%2C6%2C10z%20M22%2C26c2.2%2C0%2C4-1.8%2C4-4s-1.8-4-4-4s-4%2C1.8-4%2C4S19.8%2C26%2C22%2C26z%20M8%2C24L24%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 76, tmp/styles/customization.less */
.ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 22, tmp/styles/_mixins.less */
.invert .ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("images/light/card.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 8, tmp/styles/customization.less */
.invert .ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 11, tmp/styles/customization.less */
.invert.main-menu-panel .ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("images/light/card.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 16, tmp/styles/customization.less */
.invert .btn-submit.ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("images/light/card.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 19, tmp/styles/customization.less */
.btn-submit.ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("images/light/card.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 20, tmp/styles/customization.less */
.settings-page .btn-submit.ui-icon-card:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C24c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V12c0-1.1%2C0.9-2%2C2-2h20%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2V24z%20M6%2C16h24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 83, tmp/styles/customization.less */
.history-page .search-link:after,
.payments-page .search-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 88, tmp/styles/customization.less */
.history-page .search-link.expanded:after,
.payments-page .search-link.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 95, tmp/styles/customization.less */
.payment-icon {
  width: 48px;
  height: 48px;
  background-size: 48px;
}
/* line 102, tmp/styles/customization.less */
.app-loading-page {
  background-color: #E7E300;
  color: black;
}
/* line 111, tmp/styles/customization.less */
.big-logo {
  display: none;
}
/* line 122, tmp/styles/customization.less */
body.app-is-loading {
  background-color: white;
}
/* line 130, tmp/styles/customization.less */
#auth-enrollment-page .login,
#auth-login-by-password-page .login {
  padding-top: 20%;
  padding-top: 10vh;
}
/* line 138, tmp/styles/customization.less */
#auth-pin-unlock-page .ui-footer,
#auth-login-with-pin-pad-page .ui-footer {
  display: none;
}
/* line 144, tmp/styles/customization.less */
.anonymous-page .ui-content {
  background-color: white;
  bottom: 96px;
}
/* line 151, tmp/styles/customization.less */
.anonymous-page .ui-header .language-menu-link {
  text-indent: 0;
  width: auto;
  line-height: 28px;
  color: #024b45;
  min-width: 0;
  font-size: 20px;
}
/* line 152, tmp/styles/customization.less */
.anonymous-page .ui-header .language-menu-link:after {
  position: initial;
  margin-top: 0;
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
}
/* line 167, tmp/styles/customization.less */
.anonymous-page .ui-header .language-menu-link span {
  font-weight: bold;
}
/* line 173, tmp/styles/customization.less */
.anonymous-page .ui-footer {
  position: absolute;
  bottom: 0;
  background: white;
  width: 100%;
  border-bottom: 8px solid #E7E300;
  border-top: none;
  text-align: center;
}
/* line 183, tmp/styles/customization.less */
.anonymous-page .ui-footer .auth-link {
  display: inline;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
/* line 190, tmp/styles/customization.less */
.anonymous-page .ui-footer .footer-logo {
  height: 60px;
  background: #024b45;
  line-height: 60px;
  text-align: center;
}
/* line 197, tmp/styles/customization.less */
.anonymous-page .ui-footer span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
/* line 203, tmp/styles/customization.less */
.anonymous-page .ui-footer span.highlight {
  margin-left: 8px;
  font-size: 32px;
  color: #E7E300;
}
/* line 212, tmp/styles/customization.less */
.anonymous-page input[type="password"]:valid {
  font-family: sans-serif;
}
/* line 218, tmp/styles/customization.less */
.ui-icon-lang-ua:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230058be%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffd600%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M40.000%2C20.000%20L0.000%2C20.000%20C0.000%2C8.954%208.954%2C0.000%2020.000%2C0.000%20C31.045%2C0.000%2040.000%2C8.954%2040.000%2C19.999%20L40.000%2C20.000%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M40.000%2C20.001%20C40.000%2C31.046%2031.045%2C40.000%2020.000%2C40.000%20C8.954%2C40.000%200.000%2C31.046%200.000%2C20.000%20C0.000%2C20.000%200.000%2C20.000%200.000%2C20.000%20L40.000%2C20.000%20L40.000%2C20.001%20Z%22%20transform%3D%22translate(8%208)%22%20class%3D%22cls-2%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 222, tmp/styles/customization.less */
p {
  font-size: 16px;
}
/* line 226, tmp/styles/customization.less */
.ui-btn,
a.ui-btn.btn-small,
.ui-input-btn.ui-btn.btn-small {
  font-size: 18px;
}
/* line 232, tmp/styles/customization.less */
.ui-page a.ui-btn.btn-sec,
.ui-page .invert a.ui-btn.btn-sec {
  color: black;
  border-color: #000;
}
/* line 241, tmp/styles/customization.less */
.ui-field-contain > label,
.field-contain > label,
.ui-mobile fieldset.ui-field-contain > label,
.ui-field-contain .input-label,
.field-contain .input-label,
.ui-mobile fieldset.ui-field-contain .input-label,
.ui-field-contain .ui-mobile label,
.field-contain .ui-mobile label,
.ui-mobile fieldset.ui-field-contain .ui-mobile label {
  line-height: 16px;
}
/* line 253, tmp/styles/customization.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-image,
.bottom-bar .bottom-bar-item:active .bottom-bar-button .bottom-bar-button-image,
.bottom-bar .bottom-bar-item.ui-btn-down .bottom-bar-button .bottom-bar-button-image {
  background-size: 32px;
  width: 32px;
  height: 32px;
}
/* line 259, tmp/styles/customization.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-title,
.bottom-bar .bottom-bar-item:active .bottom-bar-button .bottom-bar-button-title,
.bottom-bar .bottom-bar-item.ui-btn-down .bottom-bar-button .bottom-bar-button-title {
  margin-top: 0;
}
/* line 266, tmp/styles/customization.less */
.bottom-bar .bottom-bar-item .bottom-bar-button .bottom-bar-button-image .unread-messages-badge,
.main-menu-panel .ui-li-count {
  background: #E7E300;
  border: none;
  color: black;
  border-radius: 1em;
}
/* line 274, tmp/styles/customization.less */
.ui-header {
  color: #024b45;
}
/* line 278, tmp/styles/customization.less */
.ui-input-btn input,
.ui-datebox-container .ui-controlgroup-controls .ui-input-btn.ui-btn,
div.ui-input-btn.ui-btn,
a.ui-btn.btn-submit,
.ui-input-btn.ui-btn.btn-submit,
a.ui-btn.btn-link {
  color: #007054;
}
/* line 287, tmp/styles/customization.less */
.ui-page a.ui-btn.btn-sec,
.ui-page .invert a.ui-btn.btn-sec {
  color: #007054;
  border-color: #007054;
}
/* line 296, tmp/styles/customization.less */
.main-menu-panel {
  width: 90%;
}
/* line 299, tmp/styles/customization.less */
.main-menu-panel .ui-li-count {
  margin-top: -0.8em;
}
/* line 303, tmp/styles/customization.less */
.main-menu-panel .main-menu-wrapper {
  padding: 12px 0 0;
}
/* line 306, tmp/styles/customization.less */
.main-menu-panel .main-menu-wrapper > div:last-child {
  margin-bottom: 32px;
}
/* line 311, tmp/styles/customization.less */
.slideout-open .main-menu-panel.slideout-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 316, tmp/styles/customization.less */
.main-menu-panel .menu-items {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 320, tmp/styles/customization.less */
.main-menu-panel .menu-items li,
.main-menu-panel .menu-items li.ui-first-child,
.main-menu-panel .menu-items li.ui-last-child {
  border: none;
}
/* line 326, tmp/styles/customization.less */
.main-menu-panel .menu-items li a.ui-btn {
  padding: 0 32px 0 64px;
  font-size: 18px;
  color: white;
  letter-spacing: 0.5px;
}
/* line 333, tmp/styles/customization.less */
.main-menu-panel .menu-items li a.ui-btn:after {
  background-size: 36px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: 12px;
}
/* line 341, tmp/styles/customization.less */
.main-menu-panel .menu-items li a.ui-btn.ui-btn-down {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
/* line 349, tmp/styles/customization.less */
.main-menu-panel .menu-phone-link {
  margin: 4px 0;
  width: 100%;
}
/* line 353, tmp/styles/customization.less */
.main-menu-panel .menu-phone-link .phone-link {
  padding: 0;
  margin: 0;
  color: white;
  width: auto;
  height: 28px;
  background: none;
}
/* line 362, tmp/styles/customization.less */
.main-menu-panel .menu-phone-link .small-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
/* line 368, tmp/styles/customization.less */
.main-menu-panel .feedback-link {
  padding: 0 12px;
  margin: 40px 0 8px;
}
/* line 372, tmp/styles/customization.less */
.main-menu-panel .feedback-link a {
  display: block;
  background: #E7E300;
  color: #024b45;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
}
/* line 384, tmp/styles/customization.less */
.main-menu-panel .social-links {
  display: block;
  text-align: center;
  margin-top: 20px;
}
/* line 390, tmp/styles/customization.less */
.main-menu-panel .social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  background: no-repeat center center;
  background-size: 24px;
  margin: 0 8px;
  box-sizing: border-box;
}
/* line 401, tmp/styles/customization.less */
.main-menu-panel .social-link.facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M15.4%2C30.4V18.9h-3.9v-4.4h3.9v-4.3c0-2.6%2C2.4-4.6%2C4.5-4.6h4.6v4.1h-2.2c-0.9%2C0-2.2%2C0.8-2.2%2C1.6v3.2h4v4.4h-4v11.5H15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 405, tmp/styles/customization.less */
.main-menu-panel .social-link.twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M28.3%2C12.7c0%2C0.2%2C0%2C0.5%2C0%2C0.7c0%2C7-5.4%2C15.2-15.2%2C15.2c-3%2C0-5.8-0.9-8.2-2.4c0.4%2C0%2C0.8%2C0.1%2C1.3%2C0.1c2.5%2C0%2C4.8-0.9%2C6.6-2.3%0A%09c-2.3%2C0-4.3-1.6-5-3.7c0.3%2C0.1%2C0.7%2C0.1%2C1%2C0.1c0.5%2C0%2C1-0.1%2C1.4-0.2C7.9%2C19.7%2C6%2C17.5%2C6%2C14.9c0%2C0%2C0%2C0%2C0-0.1c0.7%2C0.4%2C1.5%2C0.6%2C2.4%2C0.7%0A%09c-1.4-1-2.4-2.6-2.4-4.4c0-1%2C0.3-1.9%2C0.7-2.7c2.6%2C3.2%2C6.6%2C5.4%2C11%2C5.6c-0.1-0.4-0.1-0.8-0.1-1.2c0-2.9%2C2.4-5.3%2C5.3-5.3%0A%09c1.5%2C0%2C2.9%2C0.6%2C3.9%2C1.7c1.2-0.2%2C2.4-0.7%2C3.4-1.3c-0.4%2C1.2-1.2%2C2.3-2.3%2C3C29%2C10.6%2C30%2C10.4%2C31%2C9.9C30.3%2C11%2C29.4%2C11.9%2C28.3%2C12.7%0A%09L28.3%2C12.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 409, tmp/styles/customization.less */
.main-menu-panel .social-link.youtube {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M30%2C10.7c-0.7-1.3-1.5-1.5-3.1-1.6C25.4%2C9%2C21.4%2C9%2C18%2C9c-3.4%2C0-7.4%2C0-8.9%2C0.1C7.5%2C9.2%2C6.7%2C9.5%2C6%2C10.7C5.3%2C12%2C4.9%2C14.2%2C4.9%2C18%0A%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0v0c0%2C3.8%2C0.4%2C6%2C1.1%2C7.2c0.7%2C1.3%2C1.5%2C1.5%2C3.1%2C1.6c1.6%2C0.1%2C5.5%2C0.1%2C8.9%2C0.1c3.4%2C0%2C7.4-0.1%2C8.9-0.1%0A%09c1.6-0.1%2C2.3-0.3%2C3.1-1.6c0.7-1.2%2C1.1-3.4%2C1.1-7.2c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0C31.1%2C14.2%2C30.7%2C12%2C30%2C10.7z%20M14.7%2C22.9v-9.8l8.2%2C4.9%0A%09L14.7%2C22.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 418, tmp/styles/customization.less */
.contracts-page#contracts-contracts .page-content {
  padding-top: 0;
}
/* line 422, tmp/styles/customization.less */
.contracts-page#contracts-contracts li.list-title + li,
.contracts-page#contracts-contracts .ui-listview li.ui-first-child {
  border-top: none;
  padding-top: 0;
}
/* line 429, tmp/styles/customization.less */
.contracts-page#contracts-contracts .contracts-section:not(:last-child) .ui-listview li.ui-last-child {
  border-bottom: none;
  padding-top: 0;
}
/* line 435, tmp/styles/customization.less */
.contracts-page#contracts-contracts .archived-contracts-switch-container .archived-contracts-switch {
  color: black;
}
/* line 440, tmp/styles/customization.less */
.contracts-page#contracts-contracts li.empty-section {
  padding-top: 24px !important;
}
/* line 446, tmp/styles/customization.less */
.contracts-page#contracts-contracts .card-contract-link .contract-details .title {
  height: 48px;
  line-height: 48px;
}
/* line 451, tmp/styles/customization.less */
.contracts-page#contracts-contracts .card-contract-link .ui-icon-apple-pay:after,
.contracts-page#contracts-contracts .card-contract-link .contract-status-icon:after {
  height: 100%;
  background-position: center;
  margin-left: 4px;
}
/* line 459, tmp/styles/customization.less */
.contracts-page#contracts-contracts .actions-btn-wrapper {
  text-align: left;
}
/* line 461, tmp/styles/customization.less */
.contracts-page#contracts-contracts .actions-btn-wrapper .ui-btn {
  border: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
  color: #007054;
}
/* line 468, tmp/styles/customization.less */
.contracts-page#contracts-contracts .actions-btn-wrapper .ui-btn:before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2023.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20.st0%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%2300503C%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20.st1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%2300503C%3B%0A%20%20%20%20%20%20%20%20stroke-linecap%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20class%3D%22st0%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Stroke-1%22%20class%3D%22st1%22%20d%3D%22M10.6%2C16h10.8%20M16%2C10.6v10.8%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 44px;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 16px;
}
/* line 478, tmp/styles/customization.less */
.contracts-page#contracts-contracts .actions-btn-wrapper .ui-btn:after {
  content: none;
}
/* line 484, tmp/styles/customization.less */
.contracts-page#contracts-contracts .pre-content {
  background: #f3f5f7;
  padding: 16px;
}
/* line 489, tmp/styles/customization.less */
.contracts-page#contracts-contracts .new-app-banner {
  background: #FFFFFF;
  border: 1px solid rgba(224, 225, 227, 0.07);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 501, tmp/styles/customization.less */
.contracts-page#contracts-contracts .new-app-banner__header {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
/* line 507, tmp/styles/customization.less */
.contracts-page#contracts-contracts .new-app-banner__text {
  margin: 0;
  font-size: 14px;
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #7b878e;
}
/* line 514, tmp/styles/customization.less */
.contracts-page#contracts-contracts .new-app-banner__text.new-app-banner__text--red {
  color: #F04A4E;
}
/* line 519, tmp/styles/customization.less */
.contracts-page#contracts-contracts .new-app-banner__download-button {
  margin-top: 8px;
}
/* line 525, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .ui-header {
  background-color: #024b45;
}
/* line 528, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .ui-header .ui-title {
  color: white;
}
/* line 532, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .ui-header .ui-icon-pen:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic4%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2C24%0A%09L24%2C9%20M12%2C27l15-15%20M9%2C24l-3%2C6l6-3L9%2C24z%20M24%2C9l3%2C3l3-3l-3-3L24%2C9z%20M7.7%2C26.7l1.7%2C1.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 536, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .ui-header .back-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 540, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .ui-header .page-menu-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 545, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .pre-content.invert {
  padding-left: 0;
  padding-right: 0;
  background: #024b45;
}
/* line 551, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-section-history {
  margin-top: -20px;
}
/* line 555, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .swiper-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}
/* line 562, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .swiper-pagination-bullet {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  height: 1px;
}
/* line 567, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E7E300;
}
/* line 572, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .swiper-button-next {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2C26%0A%09l8-8l-8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 576, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .swiper-button-prev {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2C10%0A%09l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 582, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .swiper-button-prev.swiper-button-disabled,
.contracts-page#contracts-contract-summary .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}
/* line 589, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-preview-container .contract-preview.card,
.contracts-page#contracts-contract-summary .contract-preview-container .contract-preview .payment-system-icon {
  font-size: 16px;
}
/* line 593, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-preview-container .contract-preview.account {
  color: white;
}
/* line 598, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-preview-container .line-separator {
  display: none;
}
/* line 603, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-section-nav {
  background: #024b45;
  margin-bottom: 0;
}
/* line 607, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-section-nav li .ui-btn {
  border-radius: 0;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
/* line 614, tmp/styles/customization.less */
.contracts-page#contracts-contract-summary .contract-section-nav li .ui-btn.ui-btn-active {
  background: rgba(0, 0, 0, 0.2);
  color: #E7E300;
  border-color: #E7E300;
}
/* line 628, tmp/styles/customization.less */
.contracts-page#contracts-contracts .page-content,
.payments-page#payments-menu-page .page-content,
.payments-page#payments-mvisa-transfer-page .page-content {
  padding-top: 0;
}
/* line 633, tmp/styles/customization.less */
.list-title {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  opacity: 0.5;
}
/* line 642, tmp/styles/customization.less */
.contracts-section .list-title,
.payments-list .list-title {
  padding-top: 0;
}
/* line 647, tmp/styles/customization.less */
ul li .value {
  top: 0;
}
/* line 650, tmp/styles/customization.less */
ul li .value .amount {
  font-family: FuturaBook, Helvetica, Arial, sans-serif;
}
/* line 657, tmp/styles/customization.less */
#history-history-page .history-list-loader,
#contracts-contract-summary .history-list-loader,
#history-history-page .empty-search-result,
#contracts-contract-summary .empty-search-result {
  padding-top: 27px;
}
/* line 664, tmp/styles/customization.less */
#history-history-page .list-items-container {
  padding-top: 0;
}
/* line 668, tmp/styles/customization.less */
#history-history-page .page-content {
  padding-bottom: 0;
}
/* line 673, tmp/styles/customization.less */
.list-items-container .list-title,
.list-title,
.accordion .accordion-title.list-title,
.list-title > *,
#history-history-page .list-items-container .list-title,
#history-history-analytics-page .month-analytics-container .list-title,
#contracts-contract-summary .contract-history-container .list-title,
#contracts-contracts .list-title,
#contracts-contracts .list-title span,
#payments-menu-page .list-title,
#settings-settings-page-index .page-content .list-title,
#settings-notifications-notifications-page .notifications-form .list-title,
#payments-mvisa-transfer-page .list-title {
  background: #f3f5f7;
  color: #7b878e;
  margin: 0 -20px;
  min-height: 48px;
  padding: 12px 20px;
  line-height: 24px;
  box-sizing: border-box;
  opacity: 1;
  border: none;
  font-size: 16px;
}
/* line 697, tmp/styles/customization.less */
.list-items-container .list-title:first-child,
.list-title:first-child,
.accordion .accordion-title.list-title:first-child,
.list-title > *:first-child,
#history-history-page .list-items-container .list-title:first-child,
#history-history-analytics-page .month-analytics-container .list-title:first-child,
#contracts-contract-summary .contract-history-container .list-title:first-child,
#contracts-contracts .list-title:first-child,
#contracts-contracts .list-title span:first-child,
#payments-menu-page .list-title:first-child,
#settings-settings-page-index .page-content .list-title:first-child,
#settings-notifications-notifications-page .notifications-form .list-title:first-child,
#payments-mvisa-transfer-page .list-title:first-child {
  min-height: 48px;
  padding: 12px 20px;
}
/* line 704, tmp/styles/customization.less */
#settings-settings-page-index .page-content,
#history-history-analytics-page .page-content,
#applications-application-history-page .page-content,
#settings-notifications-notifications-page .page-content {
  padding-top: 0;
}
/* line 717, tmp/styles/customization.less */
.history-page .history-list li.ui-first-child,
.history-analytics-page .history-list li.ui-first-child,
.contracts-page .history-list li.ui-first-child,
.payments-page .list-items-container li.ui-first-child,
.contracts-page .contract-section-info .ui-listview li.ui-first-child,
.settings-page .nav-list li.ui-first-child {
  border-top: none;
}
/* line 721, tmp/styles/customization.less */
.history-page .history-list li.ui-last-child,
.history-analytics-page .history-list li.ui-last-child,
.contracts-page .history-list li.ui-last-child,
.payments-page .list-items-container li.ui-last-child,
.contracts-page .contract-section-info .ui-listview li.ui-last-child,
.settings-page .nav-list li.ui-last-child {
  border-bottom: none;
}
/* line 726, tmp/styles/customization.less */
.history-page .history-list:last-of-type li.ui-last-child,
.history-analytics-page .history-list:last-of-type li.ui-last-child,
.contracts-page .history-list:last-of-type li.ui-last-child,
.payments-page .list-items-container:last-of-type li.ui-last-child,
.contracts-page .contract-section-info .ui-listview:last-of-type li.ui-last-child,
.settings-page .nav-list:last-of-type li.ui-last-child {
  border-bottom: 1px solid #E0E1E3;
}
/* line 734, tmp/styles/customization.less */
#payments-menu-page .page-content > .ui-listview li.ui-first-child,
.settings-page .client-settings .notifications li.ui-first-child {
  border-top: none;
}
/* line 738, tmp/styles/customization.less */
#payments-menu-page .page-content > .ui-listview li.ui-last-child,
.settings-page .client-settings .notifications li.ui-last-child {
  border-bottom: none;
}
/* line 744, tmp/styles/customization.less */
.invoice-subscriptions-page .invoice-subscription-list li.ui-first-child {
  border-top: none;
}
/* line 756, tmp/styles/customization.less */
.history-page .history-list .ui-btn.history-list-item.no-image,
.history-analytics-page .history-list .ui-btn.history-list-item.no-image,
.payments-page .history-list .ui-btn.history-list-item.no-image,
.contracts-page .history-list .ui-btn.history-list-item.no-image {
  background-size: 48px;
  padding-left: 64px;
}
/* line 761, tmp/styles/customization.less */
.history-page .history-list .ui-btn.history-list-item .payment-icon,
.history-analytics-page .history-list .ui-btn.history-list-item .payment-icon,
.payments-page .history-list .ui-btn.history-list-item .payment-icon,
.contracts-page .history-list .ui-btn.history-list-item .payment-icon {
  width: 48px;
  height: 48px;
  background-size: 48px;
}
/* line 767, tmp/styles/customization.less */
.history-page .history-list .ui-btn.history-list-item .title,
.history-analytics-page .history-list .ui-btn.history-list-item .title,
.payments-page .history-list .ui-btn.history-list-item .title,
.contracts-page .history-list .ui-btn.history-list-item .title {
  white-space: normal;
}
/* line 771, tmp/styles/customization.less */
.history-page .history-list .ui-btn.history-list-item .subtitle,
.history-analytics-page .history-list .ui-btn.history-list-item .subtitle,
.payments-page .history-list .ui-btn.history-list-item .subtitle,
.contracts-page .history-list .ui-btn.history-list-item .subtitle {
  font-size: 16px;
}
/* line 778, tmp/styles/customization.less */
#history-history-details .pre-content {
  background: #024b45;
  padding-bottom: 24px;
}
/* line 783, tmp/styles/customization.less */
#history-history-details .page-content {
  padding-top: 0;
}
/* line 786, tmp/styles/customization.less */
#history-history-details .page-content .accordion {
  margin: 0;
  border-top: none;
}
/* line 792, tmp/styles/customization.less */
#history-history-details .ui-header {
  background: #024b45;
}
/* line 795, tmp/styles/customization.less */
#history-history-details .ui-header .ui-title {
  color: white;
}
/* line 799, tmp/styles/customization.less */
#history-history-details .ui-header .back-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C18h24%20M14%2C10l-8%2C8l8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 803, tmp/styles/customization.less */
#history-history-details .ui-header .page-menu-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.8%2C10%0A%09h18.4%20M8.8%2C18h18.4%20M8.8%2C26h18.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 809, tmp/styles/customization.less */
#history-history-details .operation-title {
  font-size: 20px;
  color: white;
}
/* line 814, tmp/styles/customization.less */
#history-history-details .operation-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
/* line 819, tmp/styles/customization.less */
#history-history-details .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
/* line 824, tmp/styles/customization.less */
#history-history-details .actions .action {
  margin: 0 32px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-align: center;
}
/* line 830, tmp/styles/customization.less */
#history-history-details .actions .action:before {
  width: 48px;
  height: 48px;
  display: block;
  content: '';
  background: no-repeat center center;
  background-size: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
/* line 845, tmp/styles/customization.less */
#history-history-details .actions .action.update-status:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 849, tmp/styles/customization.less */
#history-history-details .actions .action.pdf-button:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M5%2C23.8V12.2%0A%09c0.1%2C0%2C2.9%2C0%2C2.9%2C0c1.6%2C0%2C2.9%2C1.3%2C2.9%2C2.9S9.5%2C18%2C7.9%2C18H5%22%2F%3E%0A%3Cpath%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.4%2C20.9%0A%09c0%2C1.6-1.3%2C2.9-2.9%2C2.9h-2.9V12.2h2.9c1.6%2C0%2C2.9%2C1.3%2C2.9%2C2.9V20.9z%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2225.2%2C23.8%0A%0925.2%2C12.2%2031%2C12.2%20%22%2F%3E%0A%3Cline%20fill%3D%22none%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2225.2%22%20y1%3D%2218%22%20x2%3D%2229.1%22%20y2%3D%2218%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 853, tmp/styles/customization.less */
#history-history-details .actions .action.repeat-payment:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M28%2C18%0A%09c0%2C5.5-4.5%2C10-10%2C10S8%2C23.5%2C8%2C18S12.5%2C8%2C18%2C8c3.3%2C0%2C6.2%2C1.6%2C8%2C4%22%2F%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%2222%2C12%0A%0926%2C12%2026%2C8%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 857, tmp/styles/customization.less */
#history-history-details .actions .action.cancel-operation:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C10l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 863, tmp/styles/customization.less */
#history-history-details .template-actions {
  margin-top: -0.5em;
}
/* line 866, tmp/styles/customization.less */
#history-history-details .template-actions li.ui-first-child {
  border-top: none;
}
/* line 871, tmp/styles/customization.less */
#history-history-details .certificate-button {
  background: #024b45;
  color: white;
}
/* line 879, tmp/styles/customization.less */
#history-history-page .pre-content,
#applications-application-history-page .pre-content {
  background: #024b45;
  color: white;
}
/* line 883, tmp/styles/customization.less */
#history-history-page .pre-content input,
#applications-application-history-page .pre-content input {
  color: white;
}
/* line 887, tmp/styles/customization.less */
#history-history-page .pre-content .ui-field-contain,
#applications-application-history-page .pre-content .ui-field-contain {
  border-color: rgba(224, 225, 227, 0.3);
}
/* line 891, tmp/styles/customization.less */
#history-history-page .pre-content .ui-input-search:after,
#applications-application-history-page .pre-content .ui-input-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 895, tmp/styles/customization.less */
#history-history-page .pre-content .ui-icon-delete:after,
#applications-application-history-page .pre-content .ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 899, tmp/styles/customization.less */
#history-history-page .pre-content .ui-icon-carat-d:after,
#applications-application-history-page .pre-content .ui-icon-carat-d:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M10%2C14l8%2C8l8-8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 907, tmp/styles/customization.less */
.ui-li-count.warning {
  border: none;
  background: #E7E300;
  color: black;
}
/* line 914, tmp/styles/customization.less */
.payments-page .payments-search-results {
  margin-top: 0;
}
/* line 918, tmp/styles/customization.less */
.payments-page .payments-templates-container {
  margin-top: -20px;
}
/* line 922, tmp/styles/customization.less */
.payments-page .recurrent-payments-container {
  padding-top: 0;
}
/* line 930, tmp/styles/customization.less */
.payments-page li.template-item a.ui-btn,
.payments-page li.invoice-subscriptions-item a.ui-btn,
.payments-page li.menu-item-container a.ui-btn {
  height: 40px;
  max-height: 40px;
  line-height: 16px;
  white-space: normal;
}
/* line 939, tmp/styles/customization.less */
.payments-page li.template-item a.ui-btn .payment-icon,
.payments-page li.invoice-subscriptions-item a.ui-btn .payment-icon,
.payments-page li.menu-item-container a.ui-btn .payment-icon {
  width: 48px;
  height: 48px;
  background-size: 48px;
}
/* line 945, tmp/styles/customization.less */
.payments-page li.template-item a.ui-btn.no-image,
.payments-page li.invoice-subscriptions-item a.ui-btn.no-image,
.payments-page li.menu-item-container a.ui-btn.no-image {
  background-size: 48px;
  padding-left: 64px;
}
/* line 953, tmp/styles/customization.less */
.payments-page#payments-menu-page .page-content {
  padding-top: 0;
}
/* line 957, tmp/styles/customization.less */
.payments-page#payments-menu-page .pre-content {
  background-color: #024b45;
}
/* line 960, tmp/styles/customization.less */
.payments-page#payments-menu-page .pre-content input {
  color: white;
}
/* line 964, tmp/styles/customization.less */
.payments-page#payments-menu-page .pre-content .ui-input-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 968, tmp/styles/customization.less */
.payments-page#payments-menu-page .pre-content .ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 974, tmp/styles/customization.less */
.payments-page#payments-menu-page .template-list .ui-listview li.ui-first-child {
  border-top: none;
}
/* line 978, tmp/styles/customization.less */
.payments-page#payments-menu-page .template-list .ui-listview li.ui-last-child {
  border-bottom: none;
}
/* line 984, tmp/styles/customization.less */
.payments-page#payments-menu-page .payments-list .ui-listview li.ui-first-child {
  border-top: none;
}
/* line 990, tmp/styles/customization.less */
.invoice-subscriptions-container {
  margin-top: -20px;
}
/* line 994, tmp/styles/customization.less */
.invoice-subscriptions .invoice-subscriptions-item,
.templates .template-item {
  font-size: 0;
}
/* line 998, tmp/styles/customization.less */
.invoice-subscriptions .invoice-subscriptions-item a.ui-btn,
.templates .template-item a.ui-btn {
  max-height: 72px;
  min-height: initial;
  line-height: 24px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
/* line 1009, tmp/styles/customization.less */
form .license-block .license-text {
  text-align: left;
}
/* line 1014, tmp/styles/customization.less */
#payments-invoices-invoice-subscription-page .page-content {
  padding: 0 20px;
}
/* line 1018, tmp/styles/customization.less */
#payments-invoices-invoice-subscription-page .line-separator {
  display: none;
}
/* line 1022, tmp/styles/customization.less */
#payments-invoices-invoice-subscription-page .details {
  padding: 6px 0;
}
/* line 1028, tmp/styles/customization.less */
#payments-recent-payments-page .history-list {
  margin-top: -20px;
}
/* line 1031, tmp/styles/customization.less */
#payments-recent-payments-page .history-list li:first-child {
  border-top: none;
}
/* line 1041, tmp/styles/customization.less */
.map-info-window .atm-info-icon.icon-atm24 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230b9874%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.82%2C43.124L12.012%2C54.985V0H44V43.124H27.82Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22_copy%22%20data-name%3D%22%E2%82%B4%20copy%22%20class%3D%22cls-2%22%20d%3D%22M22.568%2C10.632H20.181l0.783-.914a10.5%2C10.5%2C0%2C0%2C0%2C.906-1.009%2C3.107%2C3.107%2C0%2C0%2C0%2C.415-0.72%2C1.934%2C1.934%2C0%2C0%2C0%2C.133-0.705%2C1.648%2C1.648%2C0%2C0%2C0-.531-1.318%2C2.247%2C2.247%2C0%2C0%2C0-1.514-.459%2C2.281%2C2.281%2C0%2C0%2C0-1.108.27%2C1.966%2C1.966%2C0%2C0%2C0-.775.748%2C2.032%2C2.032%2C0%2C0%2C0-.279%2C1.042h1.408a1.144%2C1.144%2C0%2C0%2C1%2C.2-0.689A0.615%2C0.615%2C0%2C0%2C1%2C20.339%2C6.6a0.607%2C0.607%2C0%2C0%2C1%2C.5.206%2C0.925%2C0.925%2C0%2C0%2C1%2C.171.6%2C2.362%2C2.362%2C0%2C0%2C1-.721%2C1.318L18.336%2C10.8v0.926h4.232V10.632Zm5.268-5.037h-1.4V5.607L24%2C9.558l0.083%2C0.868h2.345v1.3h1.4v-1.3h0.617V9.33H27.836V5.594ZM26.345%2C7.586l0.087-.143V9.33H25.341ZM32.5%2C5.594h-1l-2.07%2C6.659h1Zm5.484%2C0H33.615v1.1h2.89l-2.27%2C5.037h1.483l2.266-5.374V5.594Zm-14.3%2C16.217L25.518%2C22.9a3.467%2C3.467%2C0%2C0%2C1%2C1.164-1.041%2C3%2C3%2C0%2C0%2C1%2C1.634-.453%2C1.8%2C1.8%2C0%2C0%2C1%2C1.231.385%2C1.307%2C1.307%2C0%2C0%2C1%2C.358.928%2C2.487%2C2.487%2C0%2C0%2C1-1.1%2C1.811H22.787v1.585h4.7l-1.612%2C1.675H22.787v1.585h1.858a3.414%2C3.414%2C0%2C0%2C0-.873%2C2.241%2C3.114%2C3.114%2C0%2C0%2C0%2C1.343%2C2.581%2C4.607%2C4.607%2C0%2C0%2C0%2C2.776.747%2C5.181%2C5.181%2C0%2C0%2C0%2C3.6-1.177%2C5.008%2C5.008%2C0%2C0%2C0%2C1.612-2.151l-1.9-.905a3.421%2C3.421%2C0%2C0%2C1-1.052%2C1.4%2C3.06%2C3.06%2C0%2C0%2C1-2.082.7%2C2.342%2C2.342%2C0%2C0%2C1-1.522-.453%2C1.474%2C1.474%2C0%2C0%2C1-.492-1.109%2C2.622%2C2.622%2C0%2C0%2C1%2C.918-1.879h6.649V27.788H28.339l1.612-1.675h3.671V24.528H31.137a3.626%2C3.626%2C0%2C0%2C0%2C1.052-2.4%2C2.594%2C2.594%2C0%2C0%2C0-.985-2.037%2C4.107%2C4.107%2C0%2C0%2C0-2.686-.815%2C5.164%2C5.164%2C0%2C0%2C0-2.977.815A6.477%2C6.477%2C0%2C0%2C0%2C23.682%2C21.811Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1045, tmp/styles/customization.less */
.map-info-window .atm-info-icon.icon-atm {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230b9874%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.82%2C43.124L12.012%2C54.985V0H44V43.124H27.82Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22_copy%22%20data-name%3D%22%E2%82%B4%20copy%22%20class%3D%22cls-2%22%20d%3D%22M22.163%2C14.232l2.37%2C1.388a4.46%2C4.46%2C0%2C0%2C1%2C1.5-1.33%2C3.909%2C3.909%2C0%2C0%2C1%2C2.11-.578%2C2.34%2C2.34%2C0%2C0%2C1%2C1.59.492%2C1.659%2C1.659%2C0%2C0%2C1%2C.463%2C1.186A3.172%2C3.172%2C0%2C0%2C1%2C28.782%2C17.7H21.007v2.024h6.069L25%2C21.867H21.007v2.024h2.4a4.335%2C4.335%2C0%2C0%2C0-1.127%2C2.863%2C3.966%2C3.966%2C0%2C0%2C0%2C1.734%2C3.3%2C6%2C6%2C0%2C0%2C0%2C3.584.954%2C6.736%2C6.736%2C0%2C0%2C0%2C4.653-1.5%2C6.4%2C6.4%2C0%2C0%2C0%2C2.081-2.747L31.874%2C25.6a4.374%2C4.374%2C0%2C0%2C1-1.358%2C1.793%2C3.978%2C3.978%2C0%2C0%2C1-2.688.9%2C3.048%2C3.048%2C0%2C0%2C1-1.965-.578%2C1.874%2C1.874%2C0%2C0%2C1-.636-1.417%2C3.335%2C3.335%2C0%2C0%2C1%2C1.185-2.4H35V21.867H28.175l2.081-2.14H35V17.7H31.788a4.61%2C4.61%2C0%2C0%2C0%2C1.358-3.066%2C3.3%2C3.3%2C0%2C0%2C0-1.272-2.6%2C5.343%2C5.343%2C0%2C0%2C0-3.468-1.041%2C6.721%2C6.721%2C0%2C0%2C0-3.844%2C1.041A8.335%2C8.335%2C0%2C0%2C0%2C22.163%2C14.232Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1049, tmp/styles/customization.less */
.map-info-window .atm-info-icon.icon-branch {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%236a8e85%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.812%2C43.141L11.989%2C55.008V-0.013H44.006V43.141H27.812Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M28.264%2C13.473c-4.837%2C0-7.2%2C3.381-7.2%2C7.552s2.367%2C7.552%2C7.2%2C7.552%2C7.2-3.381%2C7.2-7.552S33.1%2C13.473%2C28.264%2C13.473Zm0%2C14.09c-2.883%2C0-4.122-2.927-4.122-6.539s1.239-6.539%2C4.122-6.539%2C4.122%2C2.927%2C4.122%2C6.539S31.147%2C27.563%2C28.264%2C27.563Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1053, tmp/styles/customization.less */
.map-info-window .atm-info-icon.icon-kiosk {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_3_copy%22%20data-name%3D%22Group%203%20copy%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230b9874%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.812%2C43.146L11.989%2C55.013V-0.008H44.006V43.146H27.812Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22_24_7_copy_3%22%20data-name%3D%2224%2F7%20copy%203%22%20class%3D%22cls-2%22%20d%3D%22M19.368%2C12.715h4.269V17.03H19.368V12.715Zm6.4%2C0H30.04V17.03H25.771V12.715Zm6.4%2C0h4.269V17.03H32.175V12.715ZM19.368%2C19.188h4.269V23.5H19.368V19.188Zm6.4%2C0H30.04V23.5H25.771V19.188Zm6.4%2C0h4.269V23.5H32.175V19.188ZM19.368%2C25.661h4.269v4.315H19.368V25.661Zm6.4%2C0H30.04v4.315H25.771V25.661Zm6.4%2C0h4.269v4.315H32.175V25.661Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1057, tmp/styles/customization.less */
.map-info-window .atm-info-icon.icon-newtypebranch {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%236a8e85%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.812%2C43.141L11.989%2C55.008V-0.013H44.006V43.141H27.812Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M28.264%2C13.473c-4.837%2C0-7.2%2C3.381-7.2%2C7.552s2.367%2C7.552%2C7.2%2C7.552%2C7.2-3.381%2C7.2-7.552S33.1%2C13.473%2C28.264%2C13.473Zm0%2C14.09c-2.883%2C0-4.122-2.927-4.122-6.539s1.239-6.539%2C4.122-6.539%2C4.122%2C2.927%2C4.122%2C6.539S31.147%2C27.563%2C28.264%2C27.563Z%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat;
  background-size: 28px;
}
/* line 1066, tmp/styles/customization.less */
.select-list .select-list-item.selected {
  border-left-color: #007054;
}
/* line 1070, tmp/styles/customization.less */
.slide-message-container {
  background: #024b45;
  color: white;
}
/* line 1076, tmp/styles/customization.less */
.details .name {
  font-size: 16px;
}
/* line 1084, tmp/styles/customization.less */
.templates-swiper-container .templates-swiper .template-link .template-name {
  font-size: 18px;
}
/* line 1088, tmp/styles/customization.less */
.templates-swiper-container .templates-swiper .template-link.no-image {
  padding-top: 60px;
  background-size: 48px;
}
/* line 1097, tmp/styles/customization.less */
.accordion .accordion-title {
  height: 64px;
  line-height: 64px;
}
/* line 1101, tmp/styles/customization.less */
.accordion .accordion-title:after {
  top: 18px;
}
/* line 1107, tmp/styles/customization.less */
.progressbar .progressbar-value {
  background: #E7E300;
}
/* line 1115, tmp/styles/customization.less */
html .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .ui-flipswitch.ui-flipswitch-active,
html .ui-field-contain .ui-flipswitch.ui-flipswitch-active,
html .ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
  background-color: #E7E300;
}
/* line 1120, tmp/styles/customization.less */
html .ui-checkbox .ui-btn.ui-checkbox-on:after,
html .ui-popup .ui-checkbox .ui-btn.ui-checkbox-on:after,
html .ui-radio .ui-btn.ui-radio-on:after,
html .ui-popup .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: #E7E300;
  border-color: #E7E300;
}
/* line 1128, tmp/styles/customization.less */
div.ui-slider-switch {
  border: 1px solid #E7E300;
}
/* line 1131, tmp/styles/customization.less */
.ui-slider-track .ui-btn.ui-slider-handle {
  border: 1px solid #E7E300;
}
/* line 1134, tmp/styles/customization.less */
.slider-switch {
  text-align: center;
}
/* line 1138, tmp/styles/customization.less */
.currency-filter {
  display: none;
}
/* line 1143, tmp/styles/customization.less */
.contract-limiters-summary .list-separator {
  display: none;
}
/* line 1148, tmp/styles/customization.less */
.contract-limiters-summary .ui-listview:first-child {
  border-top: 1px solid #E0E1E3;
}
/* line 1152, tmp/styles/customization.less */
.contract-limiters-summary .ui-listview .ui-first-child {
  border-top: none;
}
/* line 1158, tmp/styles/customization.less */
.license-block .ui-checkbox {
  float: right;
}
/* line 1165, tmp/styles/customization.less */
.attachments-panel .file-input-trigger {
  background: none;
  font-size: 18px;
  padding-left: 40px;
}
/* line 1170, tmp/styles/customization.less */
.attachments-panel .file-input-trigger:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22%0A%09M9.5%2C22.3l10.7-10.7c1.2-1.1%2C3.1-1.1%2C4.2%2C0.1c1.1%2C1.2%2C1.1%2C2.9%2C0%2C4.1L12.6%2C27.6c-1.8%2C1.8-4.6%2C1.8-6.4%2C0c-1.8-1.8-1.8-4.6%2C0-6.4%0A%09L20.2%2C7.3C22.5%2C5%2C26.3%2C5%2C28.7%2C7.3s2.4%2C6.1%2C0.1%2C8.5c0%2C0%2C0%2C0-0.1%2C0.1L15.8%2C28.7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
/* line 1179, tmp/styles/customization.less */
.attachments-panel .attachment--with-preview {
  box-sizing: border-box;
  border: 1px solid #E0E1E3;
}
/* line 1184, tmp/styles/customization.less */
.attachments-panel .attachment--with-preview .ui-icon-delete:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1192, tmp/styles/customization.less */
.ui-page:not(.map-page) .header-menu.invert {
  background-color: white;
  top: auto;
  bottom: 0;
}
/* line 1197, tmp/styles/customization.less */
.css-variables .ui-page:not(.map-page) .header-menu.invert {
  padding-bottom: var(--safe-area-inset-bottom);
}
/* line 1201, tmp/styles/customization.less */
.ui-page:not(.map-page) .header-menu.invert .ui-listview > li > a.ui-btn {
  text-align: left;
  line-height: 64px;
}
/* line 1207, tmp/styles/customization.less */
.ui-page:not(.map-page) .header-menu.invert li,
.ui-page:not(.map-page) .header-menu.invert li.ui-first-child,
.ui-page:not(.map-page) .header-menu.invert li.ui-last-child {
  border-color: rgba(224, 225, 227, 0.3);
}
/* line 1213, tmp/styles/customization.less */
.ui-page:not(.map-page) .header-menu.invert li.ui-first-child {
  border-top: none;
}
/* line 1220, tmp/styles/customization.less */
#deposits-deposit-calculator-page .deposit-item {
  border: 1px solid #E0E1E3;
  margin-bottom: 12px;
  padding: 0 16px;
}
/* line 1226, tmp/styles/customization.less */
#deposits-deposit-calculator-page .amount-label {
  top: auto;
  bottom: 11px;
}
/* line 1233, tmp/styles/customization.less */
.settings-page .otp-mma-confirmation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 1237, tmp/styles/customization.less */
.settings-page .otp-mma-confirmation .flipswitch .value {
  padding-left: 0;
}
/* line 1241, tmp/styles/customization.less */
.settings-page .otp-mma-confirmation .form-submit-container {
  margin-top: 0;
}
/* line 1245, tmp/styles/customization.less */
.settings-page .otp-mma-confirmation .add-auth-container label {
  line-height: normal;
}
/* line 1250, tmp/styles/customization.less */
.settings-page .settings-section-separator {
  display: block;
  height: 27px;
}
/* line 1258, tmp/styles/customization.less */
#settings-about-page .page-content {
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 1265, tmp/styles/customization.less */
#settings-about-page .page-content .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 1271, tmp/styles/customization.less */
#settings-about-page .page-content .content > * {
  text-align: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* line 1276, tmp/styles/customization.less */
#settings-about-page .page-content .content .logo {
  width: 140px;
  background-size: contain;
  background-position-x: center;
  background-position-y: 100%;
  background-image: url("data:image/png;base64,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");
  margin-bottom: 40px;
}
/* line 1286, tmp/styles/customization.less */
#settings-about-page .page-content .content .links > * {
  margin-bottom: 24px;
}
/* line 1292, tmp/styles/customization.less */
#settings-about-page .page-content .about-app {
  text-align: center;
  color: #999;
}
/* line 1301, tmp/styles/customization.less */
#map-map-page .header-menu-link:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 1306, tmp/styles/customization.less */
#map-map-page .header-menu-link.expanded:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23007054%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M26%2C22l-8-8l-8%2C8%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 1312, tmp/styles/customization.less */
#map-map-page .header-menu {
  background: #024b45;
}
/* line 1315, tmp/styles/customization.less */
#map-map-page .header-menu a,
#map-map-page .header-menu input,
#map-map-page .header-menu .search-result {
  color: white;
}
/* line 1319, tmp/styles/customization.less */
#map-map-page .header-menu .search-result,
#map-map-page .header-menu .ui-field-contain,
#map-map-page .header-menu .ui-listview li:first-child,
#map-map-page .header-menu .ui-listview li:last-child {
  border-color: rgba(224, 225, 227, 0.3);
}
/* line 1327, tmp/styles/customization.less */
#map-map-page .clear-filters:after {
  margin-left: -12px;
}
/* line 1331, tmp/styles/customization.less */
#map-map-page .ui-input-search:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M6%2C15c0-5%2C4-9%2C9-9s9%2C4%2C9%2C9s-4%2C9-9%2C9S6%2C20%2C6%2C15z%20M21.4%2C21.4L30%2C30%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  opacity: 1;
}
/* line 1336, tmp/styles/customization.less */
#map-map-page .ui-icon-filters:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2C6v18%0A%09%20M8%2C30c1.7%2C0%2C3-1.3%2C3-3c0-1.7-1.3-3-3-3s-3%2C1.3-3%2C3C5%2C28.7%2C6.3%2C30%2C8%2C30z%20M18%2C6v9%20M18%2C21c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3%0A%09S16.3%2C21%2C18%2C21z%20M18%2C21v9%20M28%2C12c1.7%2C0%2C3-1.3%2C3-3s-1.3-3-3-3s-3%2C1.3-3%2C3S26.3%2C12%2C28%2C12z%20M28%2C12v18%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  opacity: 1;
}
/* line 1341, tmp/styles/customization.less */
#map-map-page .ui-icon-delete:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
/* line 1346, tmp/styles/customization.less */
#map-map-page .map-filters-wrapper .filter-map-panel {
  padding-top: 0;
}
/* line 1350, tmp/styles/customization.less */
#map-map-page .map-filters-wrapper .map-filters {
  border-bottom: 1px solid #E0E1E3;
}
/* line 1354, tmp/styles/customization.less */
#map-map-page .map-filters-wrapper .ui-field-contain {
  border-bottom: none;
}
/* line 1358, tmp/styles/customization.less */
#map-map-page .map-filters-wrapper .list-title + .ui-field-contain {
  border-top: none;
}
/* line 1365, tmp/styles/customization.less */
#settings-notifications-notifications-page .client-settings .notifications-container {
  border-bottom: none;
}
/* line 1369, tmp/styles/customization.less */
#settings-notifications-notifications-page .contract-item:first-child {
  border-top: none;
}
/* line 1375, tmp/styles/customization.less */
.anonymous-page .logout-link-container {
  margin-top: 10vmin;
}
/* line 1381, tmp/styles/customization.less */
#marketing-apple-wallet-promo-page .ui-header.invert,
#marketing-apple-wallet-promo-page .page-content,
#marketing-apple-wallet-promo-page .ui-content {
  background-color: #024b45;
}
/* line 1386, tmp/styles/customization.less */
#marketing-apple-wallet-promo-page .ui-header.invert,
#marketing-apple-wallet-promo-page .page-content,
#marketing-apple-wallet-promo-page .ui-content,
#marketing-apple-wallet-promo-page .ui-header.invert div.ui-input-btn.ui-btn,
#marketing-apple-wallet-promo-page .page-content div.ui-input-btn.ui-btn,
#marketing-apple-wallet-promo-page .ui-content div.ui-input-btn.ui-btn,
#marketing-apple-wallet-promo-page .ui-header.invert.invert a,
#marketing-apple-wallet-promo-page .page-content.invert a,
#marketing-apple-wallet-promo-page .ui-content.invert a {
  color: white;
}
/* line 1392, tmp/styles/customization.less */
#marketing-apple-wallet-promo-page .ui-header.invert .invert .ui-listview li,
#marketing-apple-wallet-promo-page .page-content .invert .ui-listview li,
#marketing-apple-wallet-promo-page .ui-content .invert .ui-listview li,
#marketing-apple-wallet-promo-page .ui-header.invert .invert .ui-content .ui-listview li,
#marketing-apple-wallet-promo-page .page-content .invert .ui-content .ui-listview li,
#marketing-apple-wallet-promo-page .ui-content .invert .ui-content .ui-listview li {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 1397, tmp/styles/customization.less */
#marketing-apple-wallet-promo-page .ui-header.invert .apple-wallet-promo-container .selected .ui-icon-success:after,
#marketing-apple-wallet-promo-page .page-content .apple-wallet-promo-container .selected .ui-icon-success:after,
#marketing-apple-wallet-promo-page .ui-content .apple-wallet-promo-container .selected .ui-icon-success:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20class%3D%22st0%22%20d%3D%22M30%2C8L12%2C26l-6-6%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1401, tmp/styles/customization.less */
#marketing-apple-wallet-promo-page .ui-header.invert .ui-icon-close:after,
#marketing-apple-wallet-promo-page .page-content .ui-icon-close:after,
#marketing-apple-wallet-promo-page .ui-content .ui-icon-close:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Ctitle%3Eic3%3C%2Ftitle%3E%0A%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2C10%0A%09l16%2C16%20M26%2C10L10%2C26%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* line 1407, tmp/styles/customization.less */
#common-feedback-page .form-description {
  display: none;
}
/* line 1411, tmp/styles/customization.less */
.invert .ui-icon-apple-pay:after {
  background-image: url("images/light/apple-pay.svg");
}
/* line 1417, tmp/styles/customization.less */
#marketing-messages-page .unread-message .message-title {
  color: #024b45;
}
/* line 1421, tmp/styles/customization.less */
#marketing-messages-page .unread-message:before {
  background: #024b45;
}
/* line 1427, tmp/styles/customization.less */
#marketing-messages-page .actions-panel a {
  color: #024b45;
}
/* line 1430, tmp/styles/customization.less */
#marketing-messages-page .actions-panel a.ui-state-disabled {
  color: #CCC;
}
/* line 1439, tmp/styles/customization.less */
.card.color-blue {
  background-color: #00ADF3;
}
/* line 1443, tmp/styles/customization.less */
.card.color-orange {
  background-color: #FFA500;
}
/* line 1447, tmp/styles/customization.less */
.card.color-gold {
  background-color: #DAA520;
}
/* line 1451, tmp/styles/customization.less */
.card.color-green {
  background-color: #9ECB0D;
}
/* line 1455, tmp/styles/customization.less */
.card.color-forest-green {
  background-color: #228b22;
}
/* line 1459, tmp/styles/customization.less */
.card.color-black {
  background-color: black;
}
/* line 1462, tmp/styles/customization.less */
.card.color-platinum {
  background-color: #C0C0C0;
}
/* line 1469, tmp/styles/customization.less */
.pinpad-title {
  font-size: 20px;
}
/* line 1473, tmp/styles/customization.less */
.pinpad-input {
  height: auto;
}
/* line 1477, tmp/styles/customization.less */
.pinpad-input .pin-symbol {
  opacity: 0.2;
  border: none;
}
/* line 1480, tmp/styles/customization.less */
.pinpad-input .pin-symbol.filled {
  opacity: 1;
}
/* line 1483, tmp/styles/customization.less */
.pinpad-input .pin-symbol,
.pinpad-input .pin-symbol.filled {
  background-color: #00503c;
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
@media (min-device-width: 321px) {
  /* line 1491, tmp/styles/customization.less */
  .pinpad-input {
    margin-bottom: 48px;
  }
}
/* line 1497, tmp/styles/customization.less */
.pinpad-buttons-container .pinpad-button {
  background-color: #f9f9f9;
  border: none;
}
/* line 1501, tmp/styles/customization.less */
.pinpad-buttons-container .pinpad-button-value {
  font-size: 26px;
  color: #00503c;
}
/* line 1505, tmp/styles/customization.less */
.pinpad-buttons-container .pinpad-button-hint {
  opacity: 0.5;
  font-size: 10px;
  color: #000000;
}
/* line 1512, tmp/styles/customization.less */
.pinpad-buttons-container .pinpad-icon-button.undo:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2219%22%20viewBox%3D%220%200%2026%2019%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2300503C%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.6%2018H10.156c-1.644%200-3.6-.935-4.552-2.174L2.607%2011.93c-.72-.936-1.324-1.722-1.36-1.765a1.144%201.144%200%200%201-.009-1.318c.02-.027.642-.832%201.378-1.792L5.6%203.174C6.556%201.934%208.514%201%2010.156%201H21.6c1.893%200%203.434%201.43%203.434%203.188v10.625c0%201.757-1.54%203.187-3.434%203.187z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%206l-7%207m0-7l7%207%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 32px;
}
/* line 1522, tmp/styles/customization.less */
#contracts-contract-report-page .download-link-wrapper .ui-link {
  color: #007054;
}
/* line 1530, tmp/styles/customization.less */
#certificates-certificate-form-page .page-content .static-value {
  font-size: 16px;
  text-align: left;
  margin-top: 0;
}
/* line 1541, tmp/styles/customization.less */
#certificates-certificate-success-page .page-content .icon:after {
  background-size: 60px;
  border-radius: 50%;
  background-color: #f3f5f7;
  background-position: 50% 50%;
}
/* line 1552, tmp/styles/customization.less */
#common-quotes-page .list-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
/* line 1557, tmp/styles/customization.less */
#common-quotes-page .title-text {
  text-align: left;
  margin: 0;
}
/* line 1562, tmp/styles/customization.less */
#common-quotes-page .title-date {
  text-align: right;
  margin: 0;
  margin-left: auto;
}
/* line 1568, tmp/styles/customization.less */
#common-quotes-page .page-content {
  padding-top: 0;
}
/* line 1572, tmp/styles/customization.less */
#common-quotes-page .titles div {
  color: #7b878e;
}
/* line 1576, tmp/styles/customization.less */
#common-quotes-page .currency-title {
  color: #007054;
  font-weight: bold;
}
/* line 1582, tmp/styles/customization.less */
#common-quotes-page li.ui-last-child {
  border-bottom: none;
}
/* line 1585, tmp/styles/customization.less */
#common-quotes-page li.ui-first-child {
  border-top: none;
}
/* line 1591, tmp/styles/customization.less */
#common-quotes-page .ui-last-list .ui-last-child {
  border-bottom: 1px solid #E0E1E3;
}
/* line 1598, tmp/styles/customization.less */
#marketing-message-page sup {
  font-size: 75%;
  line-height: 0;
  position: absolute;
  vertical-align: baseline;
}
/* line 1607, tmp/styles/customization.less */
.invoice-page .ui-field-contain.ui-field-group-header.ui-one-row {
  display: block;
}
/* line 1610, tmp/styles/customization.less */
.invoice-page .ui-field-contain.ui-field-group-header.ui-one-row:before,
.invoice-page .ui-field-contain.ui-field-group-header.ui-one-row:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 1617, tmp/styles/customization.less */
.invoice-page .ui-field-contain.ui-field-group-header.ui-one-row:after {
  clear: both;
}
/* line 1621, tmp/styles/customization.less */
.invoice-page .ui-field-contain.ui-field-group-header.ui-one-row .field-label {
  display: inline;
}
/* line 1625, tmp/styles/customization.less */
.invoice-page .ui-field-contain.ui-field-group-header.ui-one-row .field-value {
  float: right;
  width: 120px;
  min-height: 32px;
  margin-left: 16px;
}
/* line 1634, tmp/styles/customization.less */
a.digital-card-resend-params {
  color: #007054;
}
/* line 1639, tmp/styles/customization.less */
.credit-limit-page .stepper__step {
  background: #e5e5e5;
}
/* line 1643, tmp/styles/customization.less */
.credit-limit-page .stepper__step--active {
  background: #024b45;
}
/* line 1647, tmp/styles/customization.less */
.credit-limit-page .page-subtitle {
  color: #024b45;
}
/* line 1653, tmp/styles/customization.less */
#instalment-details-page .tabs .tabs__title {
  width: 50%;
}
/* line 1656, tmp/styles/customization.less */
#instalment-details-page .tabs .tabs__title.invert {
  color: black;
}
/* line 1659, tmp/styles/customization.less */
#instalment-details-page .tabs .tabs__title.invert.title-active {
  color: #024b45;
  border-color: #024b45;
  border-bottom: 2px solid #024b45;
}
